1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Log deprecated Lua function calls (#7491)

This commit is contained in:
SmallJoker 2018-07-01 12:31:49 +02:00 committed by GitHub
parent 6f22d14206
commit 49509d2f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 96 additions and 7 deletions

View file

@ -31,7 +31,7 @@ class LuaPerlinNoise : public ModApiBase
private:
NoiseParams np;
static const char className[];
static const luaL_Reg methods[];
static luaL_Reg methods[];
// Exported functions
@ -63,7 +63,7 @@ class LuaPerlinNoiseMap : public ModApiBase
Noise *noise;
bool m_is3d;
static const char className[];
static const luaL_Reg methods[];
static luaL_Reg methods[];
// Exported functions