diff options
author | chai <chaifix@163.com> | 2018-11-10 20:13:55 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-10 20:13:55 +0800 |
commit | e92caa97329016d012b46b9d37e1b2c3b613a8f2 (patch) | |
tree | 5bef0b7547e12f61dede5e09843e1718b808f9c4 /src/lua/modules/types.h | |
parent | 63153bc8e742c522cfd3f5ab10609966e33310e6 (diff) |
*修改代码结构
Diffstat (limited to 'src/lua/modules/types.h')
-rw-r--r-- | src/lua/modules/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lua/modules/types.h b/src/lua/modules/types.h index 123604e..c6600dc 100644 --- a/src/lua/modules/types.h +++ b/src/lua/modules/types.h @@ -22,4 +22,7 @@ #define JIN_NETWORK_SOCKET "Socket" #define JIN_NETWORK_BUFFER "Buffer" +// time module +#define JIN_TIME_TIMER "Timer" + #endif
\ No newline at end of file |