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:
parent
5f342aa015
commit
306b067091
5 changed files with 17 additions and 12 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue