diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-13 11:51:53 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-13 11:51:53 +0200 |
commit | 22037459e321cfe51719c58f492145d39b48c196 (patch) | |
tree | 3c31dcbb47877a585e0fe7a672d0020a9b85c88b /src | |
parent | 2b9d03b267a3a11e6fc81d94423caaa852616fa8 (diff) | |
download | minetest-22037459e321cfe51719c58f492145d39b48c196.tar.gz minetest-22037459e321cfe51719c58f492145d39b48c196.tar.bz2 minetest-22037459e321cfe51719c58f492145d39b48c196.zip |
fixes for vc++
Diffstat (limited to 'src')
-rw-r--r-- | src/voxel.h | 3 |
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 |