aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/graphics/l_mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin-lua/modules/graphics/l_mesh.h')
-rw-r--r--src/libjin-lua/modules/graphics/l_mesh.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/libjin-lua/modules/graphics/l_mesh.h b/src/libjin-lua/modules/graphics/l_mesh.h
new file mode 100644
index 0000000..b3fa00e
--- /dev/null
+++ b/src/libjin-lua/modules/graphics/l_mesh.h
@@ -0,0 +1,21 @@
+#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