lua_AudioController.h 231 B

1234567891011121314
  1. #ifndef LUA_AUDIOCONTROLLER_H_
  2. #define LUA_AUDIOCONTROLLER_H_
  3. namespace gameplay
  4. {
  5. // Lua bindings for AudioController.
  6. int lua_AudioController__gc(lua_State* state);
  7. void luaRegister_AudioController();
  8. }
  9. #endif