aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/time/je_lua_timer.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-14 16:40:14 +0800
committerchai <chaifix@163.com>2019-01-14 16:40:14 +0800
commit98c9825c49a1674f59eafb3253829ca7d5cac3c1 (patch)
treebdd2a6da72fc998ff884b011a2260dc72537c25f /src/libjin-lua/modules/time/je_lua_timer.h
parent8b00d67febf133e89f6a0bfabc41feed555dc4a9 (diff)
*rename source file
Diffstat (limited to 'src/libjin-lua/modules/time/je_lua_timer.h')
-rw-r--r--src/libjin-lua/modules/time/je_lua_timer.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/libjin-lua/modules/time/je_lua_timer.h b/src/libjin-lua/modules/time/je_lua_timer.h
deleted file mode 100644
index 35ec15d..0000000
--- a/src/libjin-lua/modules/time/je_lua_timer.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef __JE_LUA_TIMER_H__
-#define __JE_LUA_TIMER_H__
-
-#include "libjin/jin.h"
-
-namespace JinEngine
-{
- namespace Lua
- {
-
- extern const char* Jin_Lua_Timer;
-
- extern const char* Jin_Lua_Handler;
-
- void luaopen_Timer(lua_State* L);
-
- }
-}
-
-#endif \ No newline at end of file