diff options
author | chai <chaifix@163.com> | 2018-09-10 07:17:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-10 07:17:50 +0800 |
commit | 8339939b7fce5236b1a933eef46e1dd4284a24aa (patch) | |
tree | f62c1cefb54e1e8b14fb91564b13d436accff1da /src/lua/jin.h | |
parent | 6decddfd8470b44609e8c3aa144380f198b7b54c (diff) |
*update
Diffstat (limited to 'src/lua/jin.h')
-rw-r--r-- | src/lua/jin.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/lua/jin.h b/src/lua/jin.h new file mode 100644 index 0000000..fe8d6dd --- /dev/null +++ b/src/lua/jin.h @@ -0,0 +1,27 @@ +/** +* Copyright (C) 2016~2018 chai +*/ + +#ifndef __JIN_M_JIN_H +#define __JIN_M_JIN_H +#include "luax.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 jin +{ +namespace lua +{ + + int luaopen_jin(lua_State* L); + void boot(lua_State* L); + +} // jin +} // lua + +#endif // __JIN_M_JIN_H
\ No newline at end of file |