Make project compilable on Windows with LLVM/clang
This commit is contained in:
parent
4e375f7e6a
commit
01993a93ed
14 changed files with 36073 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#define _USE_MATH_DEFINES // for finding things like M_PI in Windows build
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
/* Types */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue