summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_env.h')
-rw-r--r--src/script/lua_api/l_env.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/lua_api/l_env.h b/src/script/lua_api/l_env.h
index 420866d5d..76c6594ab 100644
--- a/src/script/lua_api/l_env.h
+++ b/src/script/lua_api/l_env.h
@@ -156,6 +156,9 @@ private:
// stops forceloading a position
static int l_forceload_free_block(lua_State *L);
+ // get us precision time
+ static int l_get_us_time(lua_State *L);
+
public:
static void Initialize(lua_State *L, int top);
};