summaryrefslogtreecommitdiff
path: root/src/voxel.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-13 11:51:53 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-13 11:51:53 +0200
commit22037459e321cfe51719c58f492145d39b48c196 (patch)
tree3c31dcbb47877a585e0fe7a672d0020a9b85c88b /src/voxel.h
parent2b9d03b267a3a11e6fc81d94423caaa852616fa8 (diff)
downloadminetest-22037459e321cfe51719c58f492145d39b48c196.tar.gz
minetest-22037459e321cfe51719c58f492145d39b48c196.tar.bz2
minetest-22037459e321cfe51719c58f492145d39b48c196.zip
fixes for vc++
Diffstat (limited to 'src/voxel.h')
-rw-r--r--src/voxel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/voxel.h b/src/voxel.h
index 472f0740d..43e0baa7a 100644
--- a/src/voxel.h
+++ b/src/voxel.h
@@ -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