SilentPatchVC: Explicitly define _USE_MATH_DEFINES

Not doing that makes M_PI disappear (possibly) due to rwcore.h
secretly including a math header (which breaks Maths.h on MinGW
GCC)
This commit is contained in:
Echo J 2024-11-07 10:22:29 +02:00
parent 00a48ec059
commit dcde67d8e2

View file

@ -1,5 +1,6 @@
#pragma once
#define _USE_MATH_DEFINES
#include <rwcore.h>
#include <rpworld.h>