diff options
| author | chai <chaifix@163.com> | 2018-11-09 08:33:36 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2018-11-09 08:33:36 +0800 |
| commit | 63153bc8e742c522cfd3f5ab10609966e33310e6 (patch) | |
| tree | 8008383dcd210b8f2a8f32a0b7b6698387eb1c88 /src/lua/modules/ai/je_lua_ai.cpp | |
| parent | 6bb692df3008c810688bd5be9d824f25455d1a7f (diff) | |
*更新状态机
Diffstat (limited to 'src/lua/modules/ai/je_lua_ai.cpp')
| -rw-r--r-- | src/lua/modules/ai/je_lua_ai.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lua/modules/ai/je_lua_ai.cpp b/src/lua/modules/ai/je_lua_ai.cpp new file mode 100644 index 0000000..4afd625 --- /dev/null +++ b/src/lua/modules/ai/je_lua_ai.cpp @@ -0,0 +1,13 @@ +#include "libjin/jin.h" + +using namespace JinEngine::AI; + +namespace JinEngine +{ + namespace Lua + { + + + + } +}
\ No newline at end of file |
