Move PP() and PP2() macros to basic_macros.h
[oweals/minetest.git] / src / object_properties.cpp
index 89ca26274a805b239e20431e0b45442dd92f7572..f4e4953babe6380f9037ca0f632341ccdff3b847 100644 (file)
@@ -21,11 +21,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "irrlichttypes_bloated.h"
 #include "exceptions.h"
 #include "util/serialize.h"
+#include "util/basic_macros.h"
 #include <sstream>
 
-#define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"
-#define PP2(x) "("<<(x).X<<","<<(x).Y<<")"
-
 ObjectProperties::ObjectProperties():
        hp_max(1),
        physical(false),