aboutsummaryrefslogtreecommitdiff
path: root/src/lua/jin.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-07 20:17:10 +0800
committerchai <chaifix@163.com>2018-12-07 20:17:10 +0800
commit39f653eb882dffa2f69209d192093f23588ff176 (patch)
tree22ba778f6c8832f257d1792912877331ee347b2d /src/lua/jin.h
parent354507a4970874bf658ac00fb5d2388c46332fd3 (diff)
*修改文件名
Diffstat (limited to 'src/lua/jin.h')
-rw-r--r--src/lua/jin.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/lua/jin.h b/src/lua/jin.h
deleted file mode 100644
index 7b38ce7..0000000
--- a/src/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