aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_animator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/graphics/je_lua_animator.h')
-rw-r--r--src/lua/modules/graphics/je_lua_animator.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/lua/modules/graphics/je_lua_animator.h b/src/lua/modules/graphics/je_lua_animator.h
deleted file mode 100644
index 0292a77..0000000
--- a/src/lua/modules/graphics/je_lua_animator.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef __JE_LUA_ANIMATOR_H__
-#define __JE_LUA_ANIMATOR_H__
-
-#include "libjin/jin.h"
-
-namespace JinEngine
-{
- namespace Lua
- {
-
- extern const char* Jin_Lua_Animator;
-
- enum class AnimatorDependency
- {
- DEP_ANIMATION = 1
- };
-
- void luaopen_Animator(lua_State* L);
-
- }
-}
-
-#endif \ No newline at end of file