1 #ifndef BINDING_CORE_GLOBALFUNCS_AUDIO_H
2 #define BINDING_CORE_GLOBALFUNCS_AUDIO_H
5 #include <luabind/luabind.hpp>
6 #include <lua_inclues/lua.hpp>
11 static void playSound(
long soundID);
12 static void playSoundByRole(
int role);
14 static luabind::scope bindToLua();
15 static void bindConstants(lua_State* L);
18 #endif // BINDING_CORE_GLOBALFUNCS_AUDIO_H
Definition: luafuncs_core_audio.h:8