From 306b0670916fee8d0316a69f161c7a9b14e9516d Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 26 Oct 2015 03:45:55 -0400 Subject: SAPI: Move core.get_us_time() to Util module --- src/script/lua_api/l_util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script/lua_api/l_util.h') diff --git a/src/script/lua_api/l_util.h b/src/script/lua_api/l_util.h index 4b55b1966..68c24520c 100644 --- a/src/script/lua_api/l_util.h +++ b/src/script/lua_api/l_util.h @@ -41,6 +41,9 @@ private: // The two-argument version accept a log level: error, action, info, or verbose. static int l_log(lua_State *L); + // get us precision time + static int l_get_us_time(lua_State *L); + // setting_set(name, value) static int l_setting_set(lua_State *L); -- cgit v1.2.3