1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

[CSM] Add function to get the server protocol version. (#5529)

This commit is contained in:
red-001
2017-04-06 21:50:45 +01:00
committed by Loïc Blot
parent be06636965
commit 88b9b9652a
4 changed files with 15 additions and 0 deletions

View File

@@ -69,6 +69,9 @@ private:
static int l_sound_stop(lua_State *L);
// get_protocol_version()
static int l_get_protocol_version(lua_State *L);
public:
static void Initialize(lua_State *L, int top);
};