1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

SAPI: Move core.get_us_time() to Util module

This commit is contained in:
kwolekr 2015-10-26 03:45:55 -04:00
parent 5f342aa015
commit 306b067091
5 changed files with 17 additions and 12 deletions

View file

@ -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);