aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_spritesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/graphics/je_lua_spritesheet.h')
-rw-r--r--src/lua/modules/graphics/je_lua_spritesheet.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_spritesheet.h b/src/lua/modules/graphics/je_lua_spritesheet.h
new file mode 100644
index 0000000..b4e965d
--- /dev/null
+++ b/src/lua/modules/graphics/je_lua_spritesheet.h
@@ -0,0 +1,17 @@
+#ifndef __JE_LUA_SPRITE_SHEET_H__
+#define __JE_LUA_SPRITE_SHEET_H__
+
+namespace JinEngine
+{
+ namespace Lua
+ {
+
+ enum SpriteSheetDependency
+ {
+ DEP_GRAPHIC = 1
+ };
+
+ }
+}
+
+#endif \ No newline at end of file