1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Added MaterialItem conversion from old content type namespace to new

This commit is contained in:
Perttu Ahola 2011-07-31 02:20:40 +03:00
parent 306bb66790
commit d6a9bec843
6 changed files with 63 additions and 34 deletions

View file

@ -24,6 +24,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
void content_mapnode_init();
extern content_t trans_table_19[21][2];
MapNode mapnode_translate_from_internal(MapNode n_from, u8 version);
MapNode mapnode_translate_to_internal(MapNode n_from, u8 version);