aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_animation.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-11-20 21:43:01 +0800
committerchai <chaifix@163.com>2018-11-20 21:43:01 +0800
commit9474767c68c48eff2618df80433b0b81ebf529c6 (patch)
treeef33099fb7aa63f5c80f52319f6bd8a158ea31c1 /src/lua/modules/graphics/je_lua_animation.h
parent5bd4477d4cf413e90a6b9ef5c8991798a687a0ec (diff)
*动画
Diffstat (limited to 'src/lua/modules/graphics/je_lua_animation.h')
-rw-r--r--src/lua/modules/graphics/je_lua_animation.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_animation.h b/src/lua/modules/graphics/je_lua_animation.h
new file mode 100644
index 0000000..d5e2c6a
--- /dev/null
+++ b/src/lua/modules/graphics/je_lua_animation.h
@@ -0,0 +1,20 @@
+#ifndef __JE_LUA_ANIMATION_H__
+#define __JE_LUA_ANIMATION_H__
+
+namespace JinEngine
+{
+ namespace Lua
+ {
+
+ extern const char* Jin_Lua_Animation;
+
+ enum clsas AnimationDependency
+ {
+ };
+
+ void luaopen_Animation(lua_State* L);
+
+ }
+}
+
+#endif \ No newline at end of file