lua_ThemeStyle.h 213 B

1234567891011121314
  1. #ifndef LUA_THEMESTYLE_H_
  2. #define LUA_THEMESTYLE_H_
  3. namespace gameplay
  4. {
  5. // Lua bindings for Theme::Style.
  6. int lua_ThemeStyle_getTheme(lua_State* state);
  7. void luaRegister_ThemeStyle();
  8. }
  9. #endif