mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
fixes for vc++
This commit is contained in:
parent
2b9d03b267
commit
22037459e3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue