aboutsummaryrefslogtreecommitdiff
path: root/src/lua/je_lua_jin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/je_lua_jin.h')
-rw-r--r--src/lua/je_lua_jin.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/lua/je_lua_jin.h b/src/lua/je_lua_jin.h
deleted file mode 100644
index 7b38ce7..0000000
--- a/src/lua/je_lua_jin.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
-* Copyright (C) 2016~2018 chai
-*/
-
-#ifndef __JIN_M_JIN_H__
-#define __JIN_M_JIN_H__
-
-#include "common/je_lua.h"
-#include "common/je_lua_common.h"
-
-#define MODULE_NAME "jin"
-#define CODE_NAME "Side Part"
-#define VERSION "0.1.1"
-#define REVISION_S "101"
-#define REVISION 101
-#define AUTHOR "chai"
-
-namespace JinEngine
-{
- namespace Lua
- {
-
- ///
- /// open jin module.
- ///
- LUA_EXPORT void open(lua_State* L);
-
- ///
- /// Boot jin.
- ///
- LUA_EXPORT void boot(lua_State* L, const char* cwd);
-
- } // namespace JinEngine
-} // namespace Lua
-
-#endif // __JIN_M_JIN_H__ \ No newline at end of file