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