Linux build fixes
This commit is contained in:
parent
236ce75a28
commit
525213367c
19 changed files with 62 additions and 33 deletions
|
|
@ -4,7 +4,9 @@
|
|||
#include "math.h"
|
||||
#include "dolphin/mtx.h"
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.141592653589793
|
||||
#endif
|
||||
|
||||
typedef struct vec2f {
|
||||
float x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue