More includes
This commit is contained in:
parent
0f4682655b
commit
a1eef89b69
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@
|
|||
|
||||
#include "ext_math.h"
|
||||
|
||||
#ifndef __MWERKS__
|
||||
#include "game/audio.h"
|
||||
#endif
|
||||
|
||||
#undef ABS
|
||||
#define ABS(x) ((0 > (x)) ? -(x) : (x))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue