recompile from symbol tomls

This commit is contained in:
Sonic Dreamcaster
2025-10-23 16:23:06 -03:00
parent 429c5e73fb
commit cbab90cf5e
9 changed files with 69 additions and 54 deletions
+22
View File
@@ -0,0 +1,22 @@
#ifndef ULTRA64_H
#define ULTRA64_H
#include "PR/ultratypes.h"
#include "PR/gbi.h"
#include "PR/gu.h"
#include "PR/guint.h"
#include "PR/controller_voice.h"
#include "PR/os.h"
#include "PR/osint.h"
#include "PR/piint.h"
#include "PR/siint.h"
#include "PR/sptask.h"
#include "PR/rcp.h"
#include "PR/rdp.h"
#include "PR/R4300.h"
#include "PR/ucode.h"
#include "PR/viint.h"
#include "PR/xstdio.h"
#endif