1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02: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

@@ -168,9 +168,6 @@ 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);
};