switched all c++ includes to c

This commit is contained in:
aap
2020-04-30 17:54:38 +02:00
parent d732817759
commit 9a57633953
60 changed files with 225 additions and 225 deletions

View File

@@ -1,7 +1,7 @@
#ifndef RW_PS2
#include <stdint.h>
#endif
#include <cmath>
#include <math.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif