aboutsummaryrefslogtreecommitdiff
path: root/src/lua/je_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/je_lua_jin.h
parent354507a4970874bf658ac00fb5d2388c46332fd3 (diff)
*修改文件名
Diffstat (limited to 'src/lua/je_lua_jin.h')
-rw-r--r--src/lua/je_lua_jin.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/lua/je_lua_jin.h b/src/lua/je_lua_jin.h
new file mode 100644
index 0000000..7b38ce7
--- /dev/null
+++ b/src/lua/je_lua_jin.h
@@ -0,0 +1,36 @@
+/**
+* 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