]> git.bts.cx Git - benzene.git/blob - src/bz/scripting/bindings_internal.h
Initial version
[benzene.git] / src / bz / scripting / bindings_internal.h
1 #ifndef BZ_SCRIPTING_BINDINGS_INTERNAL_H
2 #define BZ_SCRIPTING_BINDINGS_INTERNAL_H
3
4 #include <bz/scripting/bindings.h>
5
6 #include <sun/vm/vm.h>
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 extern SVMFunctionCallback bzScriptingBindingsLookupNativeFunction(uint32_t nameCRC, void *userParam);
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif