]> git.bts.cx Git - benzene.git/blob - src/bz/scripting/script_internal.h
Initial version
[benzene.git] / src / bz / scripting / script_internal.h
1 #ifndef BZ_SCRIPTING_SCRIPT_INTERNAL_H
2 #define BZ_SCRIPTING_SCRIPT_INTERNAL_H
3
4 #include <bz/scripting/script.h>
5
6 //#include <sun/compiler/compiler.h>
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 /*struct BZScriptInstance {
13 BZScriptingEnvironmentID environment;
14 //BZScriptState state;
15 SVMModuleInstance *instance;
16 };
17
18 struct BZScript {
19 BZScriptingEnvironmentID environment;
20 SVMModule *module;
21 };*/
22
23 #ifdef __cplusplus
24 }
25 #endif
26
27 #endif