aboutsummaryrefslogtreecommitdiff
path: root/misc_nodes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'misc_nodes.lua')
0 files changed, 0 insertions, 0 deletions
ass="hl ppc">#pragma once #include "mapnode.h" /* Legacy node definitions */ // Backwards compatibility for non-extended content types in v19 extern content_t trans_table_19[21][2]; MapNode mapnode_translate_to_internal(MapNode n_from, u8 version); // Get legacy node name mapping for loading old blocks class NameIdMapping; void content_mapnode_get_name_id_mapping(NameIdMapping *nimap);