aboutsummaryrefslogtreecommitdiff
path: root/src/lua/jin.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-20 16:18:11 +0800
committerchai <chaifix@163.com>2018-10-20 16:18:11 +0800
commitcf68d9f46da1cf20503a7d738da1f43de916004d (patch)
tree5577e44d926deadb15ef5ca145e705eae14636fe /src/lua/jin.h
parente9410bd371fc68169c57d2c52382948a0b083da4 (diff)
*格式化代码
Diffstat (limited to 'src/lua/jin.h')
-rw-r--r--src/lua/jin.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lua/jin.h b/src/lua/jin.h
index fe8d6dd..d88eed5 100644
--- a/src/lua/jin.h
+++ b/src/lua/jin.h
@@ -13,15 +13,15 @@
#define REVISION 101
#define AUTHOR "chai"
-namespace jin
-{
-namespace lua
+namespace JinEngine
{
+ namespace Lua
+ {
- int luaopen_jin(lua_State* L);
- void boot(lua_State* L);
+ int luaopen_jin(lua_State* L);
+ void boot(lua_State* L);
-} // jin
-} // lua
+ } // JinEngine
+} // Lua
#endif // __JIN_M_JIN_H \ No newline at end of file