mirror of https://github.com/PrimeDecomp/prime.git
Add arena header to os.h
This commit is contained in:
parent
25c687bd02
commit
d593090766
|
@ -150,6 +150,7 @@ void OSFatal(GXColor fg, GXColor bg, const char* msg);
|
|||
#endif
|
||||
|
||||
#include <dolphin/os/OSAlarm.h>
|
||||
#include <dolphin/os/OSArena.h>
|
||||
#include <dolphin/os/OSCache.h>
|
||||
#include <dolphin/os/OSContext.h>
|
||||
#include <dolphin/os/OSError.h>
|
||||
|
|
Loading…
Reference in New Issue