X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fcontent_nodemeta.h;h=b853274f5fce2bff6d664d32f534cca5ccd39a9e;hb=c8583f9a5ed95d0fe4e7f86803fc888976345146;hp=0b08bc6a13a23681ef047d0cdcaa4c5f0689d47c;hpb=4e1f50035e860a00636ca5d804c267119df99601;p=minetest.git diff --git a/src/content_nodemeta.h b/src/content_nodemeta.h index 0b08bc6a1..b853274f5 100644 --- a/src/content_nodemeta.h +++ b/src/content_nodemeta.h @@ -17,14 +17,13 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef CONTENT_NODEMETA_HEADER -#define CONTENT_NODEMETA_HEADER +#pragma once #include class NodeMetadataList; class NodeTimerList; -class IGameDef; +class IItemDefManager; /* Legacy nodemeta definitions @@ -32,9 +31,4 @@ class IGameDef; void content_nodemeta_deserialize_legacy(std::istream &is, NodeMetadataList *meta, NodeTimerList *timers, - IGameDef *gamedef); - -void content_nodemeta_serialize_legacy(std::ostream &os, NodeMetadataList *meta); - -#endif - + IItemDefManager *item_def_mgr);