More includes

This commit is contained in:
dbalatoni13 2025-04-01 07:06:16 +02:00
parent 0f4682655b
commit a1eef89b69

View file

@ -23,6 +23,10 @@
#include "ext_math.h"
#ifndef __MWERKS__
#include "game/audio.h"
#endif
#undef ABS
#define ABS(x) ((0 > (x)) ? -(x) : (x))