Linux build fixes

This commit is contained in:
dbalatoni13 2025-04-13 18:32:21 +02:00
parent 236ce75a28
commit 525213367c
19 changed files with 62 additions and 33 deletions

View file

@ -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;