Move PP() and PP2() macros to basic_macros.h
[oweals/minetest.git] / src / inventorymanager.cpp
index 3d85134923a87beee47bb48b1403c74d3cb907a2..f36a2fa4ee46f82ea9f2f475296038f72c27dac8 100644 (file)
@@ -26,8 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "craftdef.h"
 #include "rollback_interface.h"
 #include "util/strfnd.h"
-
-#define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"
+#include "util/basic_macros.h"
 
 #define PLAYER_TO_SA(p)   p->getEnv()->getScriptIface()