aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/ai/je_lua_ai.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/ai/je_lua_ai.h')
-rw-r--r--src/lua/modules/ai/je_lua_ai.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/lua/modules/ai/je_lua_ai.h b/src/lua/modules/ai/je_lua_ai.h
deleted file mode 100644
index 9e1a8ae..0000000
--- a/src/lua/modules/ai/je_lua_ai.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __JE_LUA_AI_H__
-#define __JE_LUA_AI_H__
-
-#include "je_lua_behavior_tree.h"
-#include "je_lua_state_machine.h"
-
-namespace JinEngine
-{
- namespace Lua
- {
-
- int luaopen_ai(lua_State* L);
-
- }
-}
-
-#endif \ No newline at end of file