mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add version API
This commit is contained in:
parent
70e2df4f86
commit
7607b0ac20
6 changed files with 45 additions and 12 deletions
|
@ -104,6 +104,9 @@ private:
|
|||
// decode_base64(string)
|
||||
static int l_decode_base64(lua_State *L);
|
||||
|
||||
// get_version()
|
||||
static int l_get_version(lua_State *L);
|
||||
|
||||
public:
|
||||
static void Initialize(lua_State *L, int top);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue