Revert commit cef25c6 to fix macro redefined warning

This commit is contained in:
ubkp 2023-09-21 15:28:27 -03:00
parent eda3ff1cc2
commit 503bc30f5c

View File

@ -7,7 +7,6 @@
#include <time.h> // Required for: time() [Used in InitTimer()]
#include <math.h> // Required for: tan() [Used in BeginMode3D()], atan2f() [Used in LoadVrStereoConfig()]
#define SUPPORT_TRACELOG
#include "utils.h" // Required for: TRACELOG() macros
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)