趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
luabind_initializer.h
Go to the documentation of this file.
1 #ifndef HRK_LUABIND_INITIALIZER_H
2 #define HRK_LUABIND_INITIALIZER_H
3 
9 #include <cstddef>
10 
11 struct lua_State;
12 
13 
14 namespace hrk
15 {
17  extern lua_State* luabind_initializer(lua_State* lua = NULL);
18  extern lua_State* luabind_initializer(int argc, char *argv[]);
19 }
20 
21 #endif