aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/time/je_lua_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/modules/time/je_lua_time.h')
-rw-r--r--src/lua/modules/time/je_lua_time.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lua/modules/time/je_lua_time.h b/src/lua/modules/time/je_lua_time.h
deleted file mode 100644
index 3c75221..0000000
--- a/src/lua/modules/time/je_lua_time.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __JE_LUA_TIME_H__
-#define __JE_LUA_TIME_H__
-
-namespace JinEngine
-{
- namespace Lua
- {
-
- int luaopen_time(lua_State* L);
-
- }
-}
-
-#endif \ No newline at end of file