]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/nodedef.h
Merge remote branch 'origin/master'
[dragonfireclient.git] / src / nodedef.h
index 4f07565d1ad2073ded8fd09d44f3ec1e115a4ac9..d846489aecd7f4bbdcb4386690373d8876aeeff7 100644 (file)
@@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <string>
 #include <iostream>
 #include <map>
+#include <list>
 #include "mapnode.h"
 #ifndef SERVER
 #include "tile.h"
@@ -36,6 +37,8 @@ class IItemDefManager;
 class ITextureSource;
 class IGameDef;
 
+typedef std::list<std::pair<content_t, int> > GroupItems;
+
 enum ContentParamType
 {
        CPT_NONE,