summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-31 02:20:40 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-31 02:20:40 +0300
commitd6a9bec8430e39b380d3fc7b1f92683d4d02c33e (patch)
tree6918d2f27174b3bc49ad4fcc301653d53adefd51 /src/content_mapnode.h
parent306bb667908bae69d2c68ede64ef9007fd25fb78 (diff)
downloadminetest-d6a9bec8430e39b380d3fc7b1f92683d4d02c33e.tar.gz
minetest-d6a9bec8430e39b380d3fc7b1f92683d4d02c33e.tar.bz2
minetest-d6a9bec8430e39b380d3fc7b1f92683d4d02c33e.zip
Added MaterialItem conversion from old content type namespace to new
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r--src/content_mapnode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h
index 7be26518f..609df0a95 100644
--- a/src/content_mapnode.h
+++ b/src/content_mapnode.h
@@ -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);