MSVC is driving me insane

This commit is contained in:
ws909 2023-03-09 17:12:54 +01:00
parent 00c79cd3b2
commit 364774dbc7

View File

@ -38,6 +38,10 @@
#include <math.h>
#include <assert.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846264338327950288
#endif
#define ALPHA 220
#define WIDTH 3
#define HEIGHT 3