aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/time/l_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin-lua/modules/time/l_timer.h')
-rw-r--r--src/libjin-lua/modules/time/l_timer.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libjin-lua/modules/time/l_timer.h b/src/libjin-lua/modules/time/l_timer.h
new file mode 100644
index 0000000..35ec15d
--- /dev/null
+++ b/src/libjin-lua/modules/time/l_timer.h
@@ -0,0 +1,20 @@
+#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