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/modules/jin.h | |
parent | 6decddfd8470b44609e8c3aa144380f198b7b54c (diff) |
*update
Diffstat (limited to 'src/lua/modules/jin.h')
-rw-r--r-- | src/lua/modules/jin.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/lua/modules/jin.h b/src/lua/modules/jin.h deleted file mode 100644 index fe8d6dd..0000000 --- a/src/lua/modules/jin.h +++ /dev/null @@ -1,27 +0,0 @@ -/** -* 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 |