diff options
Diffstat (limited to 'src/libjin-lua/modules/graphics/je_lua_mesh.h')
-rw-r--r-- | src/libjin-lua/modules/graphics/je_lua_mesh.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/libjin-lua/modules/graphics/je_lua_mesh.h b/src/libjin-lua/modules/graphics/je_lua_mesh.h deleted file mode 100644 index b3fa00e..0000000 --- a/src/libjin-lua/modules/graphics/je_lua_mesh.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __JE_LUA_MESH_H__ -#define __JE_LUA_MESH_H__ - -namespace JinEngine -{ - namespace Lua - { - - enum class MeshDependency - { - DEP_GRAPHIC = 1, - }; - - extern const char* Jin_Lua_Mesh; - - void luaopen_Mesh(lua_State* L); - - } -} - -#endif
\ No newline at end of file |