diff options
Diffstat (limited to 'src/lua/modules/graphics/je_lua_bitmap.h')
-rw-r--r-- | src/lua/modules/graphics/je_lua_bitmap.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lua/modules/graphics/je_lua_bitmap.h b/src/lua/modules/graphics/je_lua_bitmap.h deleted file mode 100644 index b463d83..0000000 --- a/src/lua/modules/graphics/je_lua_bitmap.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __JE_LUA_BITMAP_H__ -#define __JE_LUA_BITMAP_H__ - -namespace JinEngine -{ - namespace Lua - { - - extern const char* Jin_Lua_Bitmap; - - void luaopen_Bitmap(lua_State* L); - - } -} - -#endif
\ No newline at end of file |