Make project compilable on Windows with LLVM/clang

This commit is contained in:
Phireh 2022-12-31 00:22:46 +01:00
commit 01993a93ed
14 changed files with 36073 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#define _USE_MATH_DEFINES // for finding things like M_PI in Windows build
#include <math.h>
#include <stdint.h>
/* Types */