diff options
Diffstat (limited to 'src/lua/modules/graphics/je_lua_texture_font.h')
-rw-r--r-- | src/lua/modules/graphics/je_lua_texture_font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_texture_font.h b/src/lua/modules/graphics/je_lua_texture_font.h index 1339221..d1fffe5 100644 --- a/src/lua/modules/graphics/je_lua_texture_font.h +++ b/src/lua/modules/graphics/je_lua_texture_font.h @@ -8,6 +8,8 @@ namespace JinEngine extern const char* Jin_Lua_TextureFont; + void luaopen_TextureFont(lua_State* L); + } } |