aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_texture_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/graphics/je_lua_texture_font.h')
-rw-r--r--src/lua/modules/graphics/je_lua_texture_font.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lua/modules/graphics/je_lua_texture_font.h b/src/lua/modules/graphics/je_lua_texture_font.h
deleted file mode 100644
index d1fffe5..0000000
--- a/src/lua/modules/graphics/je_lua_texture_font.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __JE_LUA_TEXTURE_FONT_H__
-#define __JE_LUA_TEXTURE_FONT_H__
-
-namespace JinEngine
-{
- namespace Lua
- {
-
- extern const char* Jin_Lua_TextureFont;
-
- void luaopen_TextureFont(lua_State* L);
-
- }
-}
-
-#endif \ No newline at end of file