1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

avoid conflict with quad precision types

This commit is contained in:
Dmitry Grigoryev 2021-01-02 00:50:27 +01:00
parent c6968454e6
commit d15204758f

View file

@ -1,4 +1,4 @@
#/*
/*
Copyright (C) 2007, 2010 - Bit-Blot
This file is part of Aquaria.
@ -42,6 +42,8 @@ extern "C"
#include "../BBGE/MathFunctions.h"
#undef quad // avoid conflict with quad precision types
// Define this to 1 to check types of pointers passed to functions,
// and warn if a type mismatch is detected. In this case,
// the pointer is treated as NULL, to avoid crashing or undefined behavior.