diff options
Diffstat (limited to 'src/voxel.h')
-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 |