diff options
Diffstat (limited to 'src/libjin-lua/modules/time/l_timer.h')
-rw-r--r-- | src/libjin-lua/modules/time/l_timer.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/libjin-lua/modules/time/l_timer.h b/src/libjin-lua/modules/time/l_timer.h index 35ec15d..e41bfd0 100644 --- a/src/libjin-lua/modules/time/l_timer.h +++ b/src/libjin-lua/modules/time/l_timer.h @@ -5,16 +5,16 @@ namespace JinEngine { - namespace Lua - { - - extern const char* Jin_Lua_Timer; + namespace Lua + { + + extern const char* Jin_Lua_Timer; - extern const char* Jin_Lua_Handler; + extern const char* Jin_Lua_Handler; - void luaopen_Timer(lua_State* L); + void luaopen_Timer(lua_State* L); - } + } } #endif
\ No newline at end of file |