PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
luafuncs_core_audio.h
1 #ifndef BINDING_CORE_GLOBALFUNCS_AUDIO_H
2 #define BINDING_CORE_GLOBALFUNCS_AUDIO_H
3 
4 
5 #include <luabind/luabind.hpp>
6 #include <lua_inclues/lua.hpp>
7 
9 {
10 public:
11  static void playSound(long soundID);
12  static void playSoundByRole(int role);
13 
14  static luabind::scope bindToLua();
15  static void bindConstants(lua_State* L);
16 };
17 
18 #endif // BINDING_CORE_GLOBALFUNCS_AUDIO_H
Definition: luafuncs_core_audio.h:8