1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move PP() and PP2() macros to basic_macros.h

Instead of redefining them everywhere.
This commit is contained in:
Rogier 2016-12-13 23:16:26 +01:00 committed by paramat
parent 2f59a0c840
commit 4d4b8bb8a4
13 changed files with 50 additions and 58 deletions

View 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()