diff options
Diffstat (limited to 'src/libjin-lua/modules/graphics/l_mesh.h')
-rw-r--r-- | src/libjin-lua/modules/graphics/l_mesh.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/libjin-lua/modules/graphics/l_mesh.h b/src/libjin-lua/modules/graphics/l_mesh.h index b3fa00e..25ad108 100644 --- a/src/libjin-lua/modules/graphics/l_mesh.h +++ b/src/libjin-lua/modules/graphics/l_mesh.h @@ -3,19 +3,19 @@ namespace JinEngine { - namespace Lua - { + namespace Lua + { - enum class MeshDependency - { - DEP_GRAPHIC = 1, - }; + enum class MeshDependency + { + DEP_GRAPHIC = 1, + }; - extern const char* Jin_Lua_Mesh; + extern const char* Jin_Lua_Mesh; - void luaopen_Mesh(lua_State* L); + void luaopen_Mesh(lua_State* L); - } + } } #endif
\ No newline at end of file |