aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/textures/default_clay_brick.png
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-09-26 20:30:14 +0200
committerGitHub <noreply@github.com>2017-09-26 20:30:14 +0200
commit50423d8c729ee133035e3bb1e244bfbd1bdc0ef0 (patch)
tree4605bc80aed2d0f729047697b23e709ade2510e5 /games/minimal/mods/default/textures/default_clay_brick.png
parentf7e57a0d20879e1d1956e36d782a3ab98aa84e38 (diff)
downloadminetest-50423d8c729ee133035e3bb1e244bfbd1bdc0ef0.tar.gz
minetest-50423d8c729ee133035e3bb1e244bfbd1bdc0ef0.tar.bz2
minetest-50423d8c729ee133035e3bb1e244bfbd1bdc0ef0.zip
Update JsonCPP to 1.8.3 (#6466)
* Update JsonCPP to 1.8.3 * Fix deprecated functions Json::FastWriter, Json::StyledWriter and Json::Reader are marked deprecated since 1.1 and are deprecated in 0.8 but not shown at compilation time. Use new methods to serialize/deserialize
Diffstat (limited to 'games/minimal/mods/default/textures/default_clay_brick.png')
0 files changed, 0 insertions, 0 deletions
, int narg); static int l_set(lua_State *L); static int l_start(lua_State *L); static int l_stop(lua_State *L); static int l_is_started(lua_State *L); static int l_get_timeout(lua_State *L); static int l_get_elapsed(lua_State *L); public: NodeTimerRef(v3s16 p, ServerEnvironment *env); ~NodeTimerRef(); // Creates an NodeTimerRef and leaves it on top of stack // Not callable from Lua; all references are created on the C side. static void create(lua_State *L, v3s16 p, ServerEnvironment *env); static void set_null(lua_State *L); static void Register(lua_State *L); }; #endif /* L_NODETIMER_H_ */