diff options
author | chai <chaifix@163.com> | 2018-11-12 08:04:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-12 08:04:11 +0800 |
commit | 72e45f0062d727cedd576d1e1251f6722454a119 (patch) | |
tree | 736594b79e71c66a668d99d96c3ce464618e50ca /src/lua/modules/time/je_lua_timer.h | |
parent | 7c2f33bdf37de7acf9b0728a115377081344db1c (diff) |
*修改代码结构
Diffstat (limited to 'src/lua/modules/time/je_lua_timer.h')
-rw-r--r-- | src/lua/modules/time/je_lua_timer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lua/modules/time/je_lua_timer.h b/src/lua/modules/time/je_lua_timer.h index 9beadf5..6382c38 100644 --- a/src/lua/modules/time/je_lua_timer.h +++ b/src/lua/modules/time/je_lua_timer.h @@ -8,11 +8,6 @@ namespace JinEngine namespace Lua { - class Timer : public JinEngine::Time::Timer - { - - }; - } } |