summaryrefslogtreecommitdiff
path: root/src/voxel.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-13 21:32:35 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-13 21:32:35 +0200
commit3ac2abb0b5f84819abe6feea9d7b883b40369610 (patch)
tree2fad297e30cdae1b205d77dc559b25d9e5a0efc7 /src/voxel.h
parent22037459e321cfe51719c58f492145d39b48c196 (diff)
downloadminetest-3ac2abb0b5f84819abe6feea9d7b883b40369610.tar.gz
minetest-3ac2abb0b5f84819abe6feea9d7b883b40369610.tar.bz2
minetest-3ac2abb0b5f84819abe6feea9d7b883b40369610.zip
commit before content-tile separation
Diffstat (limited to 'src/voxel.h')
-rw-r--r--src/voxel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/voxel.h b/src/voxel.h
index 43e0baa7a..a90fc37e8 100644
--- a/src/voxel.h
+++ b/src/voxel.h
@@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "debug.h"
#include "mapnode.h"
+// For VC++
#undef min
#undef max