aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/time/je_lua_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/time/je_lua_timer.h')
-rw-r--r--src/lua/modules/time/je_lua_timer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lua/modules/time/je_lua_timer.h b/src/lua/modules/time/je_lua_timer.h
index 6382c38..18081e7 100644
--- a/src/lua/modules/time/je_lua_timer.h
+++ b/src/lua/modules/time/je_lua_timer.h
@@ -7,6 +7,10 @@ namespace JinEngine
{
namespace Lua
{
+
+ extern const char* Jin_Lua_Timer;
+
+ extern const char* Jin_Lua_Handler;
}
}