More synthmacros, add txwin for the lulz

Former-commit-id: c5a176c51b
This commit is contained in:
2023-02-25 20:51:09 -08:00
parent bc53dead2e
commit b97f296ccd
9 changed files with 1958 additions and 124 deletions

View File

@@ -214,6 +214,7 @@ void OSFatal(GXColor fg, GXColor bg, const char* msg);
#endif
#include <dolphin/os/OSAlarm.h>
#include <dolphin/os/OSAlloc.h>
#include <dolphin/os/OSArena.h>
#include <dolphin/os/OSCache.h>
#include <dolphin/os/OSContext.h>