趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
game_bind.h
Go to the documentation of this file.
1 #ifndef HRK_GAME_BIND_H
2 #define HRK_GAME_BIND_H
3 
9 struct lua_State;
10 
11 
12 namespace hrk
13 {
15  extern void game_bind(lua_State* lua);
16 }
17 
18 #endif