diff options
Diffstat (limited to 'src/lua/modules/graphics/je_lua_ttf_data.h')
-rw-r--r-- | src/lua/modules/graphics/je_lua_ttf_data.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_ttf_data.h b/src/lua/modules/graphics/je_lua_ttf_data.h new file mode 100644 index 0000000..f858f1a --- /dev/null +++ b/src/lua/modules/graphics/je_lua_ttf_data.h @@ -0,0 +1,19 @@ +#ifndef __JE_LUA_TTFDATA_H__ +#define __JE_LUA_TTFDATA_H__ + +namespace JinEngine +{ + namespace Lua + { + + enum class TTFDependency + { + DEP_TTFDATA = 1, + }; + + extern const char* Jin_Lua_TTFData; + + } +} + +#endif
\ No newline at end of file |