趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
run_state_machine.h
Go to the documentation of this file.
1 #ifndef RUN_STATE_MACHINE_H
2 #define RUN_STATE_MACHINE_H
3 
9 #include <lua.hpp>
10 
11 
12 namespace hrk
13 {
20  extern void run_state_machine(lua_State* lua, const char* first_state);
21 }
22 
23 #endif