fixes for vc++
authorPerttu Ahola <celeron55@gmail.com>
Mon, 13 Dec 2010 09:51:53 +0000 (11:51 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Mon, 13 Dec 2010 09:51:53 +0000 (11:51 +0200)
src/voxel.h

index 472f0740dda960addcb7193ce7ac6b9e95f08847..43e0baa7aff3d13d447bd167d2f007bf2b60f958 100644 (file)
@@ -25,6 +25,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "debug.h"
 #include "mapnode.h"
 
+#undef min
+#undef max
+
 /*
        A fast voxel manipulator class