mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 19:28:21 +00:00
609d519d3d
This was SVN commit r447.
12 lines
238 B
C
Executable File
12 lines
238 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);
|
|
|
|
extern JSFunctionSpec ScriptFunctionTable[];
|
|
|
|
#endif
|