aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/graphics/je_lua_animation.h')
-rw-r--r--src/lua/modules/graphics/je_lua_animation.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lua/modules/graphics/je_lua_animation.h b/src/lua/modules/graphics/je_lua_animation.h
index d5e2c6a..1b32ec3 100644
--- a/src/lua/modules/graphics/je_lua_animation.h
+++ b/src/lua/modules/graphics/je_lua_animation.h
@@ -8,8 +8,12 @@ namespace JinEngine
extern const char* Jin_Lua_Animation;
- enum clsas AnimationDependency
+ ///
+ ///
+ ///
+ enum class AnimationDependency
{
+ DEP_SPRITES = 1 ///< Index from 1
};
void luaopen_Animation(lua_State* L);