]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/voxel.h
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / voxel.h
index bed35b57e87a43acc9818995a4a24b91a07c37d9..fa459444ff5a539b0b19eab57398e8a29b8cd301 100644 (file)
@@ -22,12 +22,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "irrlichttypes.h"
 #include "irr_v3d.h"
-#include <irrList.h>
 #include <iostream>
 #include "debug.h"
+#include "exceptions.h"
 #include "mapnode.h"
 #include <set>
 #include <list>
+#include <map>
 
 class INodeDefManager;