mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 15:45:17 +00:00
1eaadd38aa
This was SVN commit r322.
12 lines
231 B
C
Executable File
12 lines
231 B
C
Executable File
|
|
#ifndef _SCRIPTGLUE_H_
|
|
#define _SCRIPTGLUE_H_
|
|
|
|
#include "ScriptingHost.h"
|
|
|
|
JSBool WriteLog(JSContext * context, JSObject * globalObject, unsigned int argc, jsval *argv, jsval *rval);
|
|
|
|
JSFunctionSpec ScriptFunctionTable[];
|
|
|
|
#endif
|