X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcontent_nodemeta.h;h=b853274f5fce2bff6d664d32f534cca5ccd39a9e;hb=bb14b7e9564b982ddcecb972218bfdae00cb4de4;hp=907649b5fa7b7941d9f639a399c2cf8d0517b716;hpb=979ca23f1eae1adeb8b0083dffe7203c54d87395;p=oweals%2Fminetest.git diff --git a/src/content_nodemeta.h b/src/content_nodemeta.h index 907649b5f..b853274f5 100644 --- a/src/content_nodemeta.h +++ b/src/content_nodemeta.h @@ -17,11 +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 "nodemetadata.h" -#include "nodetimer.h" +#include + +class NodeMetadataList; +class NodeTimerList; +class IItemDefManager; /* Legacy nodemeta definitions @@ -29,9 +31,4 @@ with this program; if not, write to the Free Software Foundation, Inc., 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);