mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-18 21:18:03 -04:00
Minor cleanup
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#define _IN_BOOT_ENTRY_H
|
||||
#include <ultra64.h>
|
||||
|
||||
s32 func000010a4(void);
|
||||
s32 func0000113c(void);
|
||||
s32 func00001180(void);
|
||||
void func00001634(u32 arg0, u32 arg1);
|
||||
s32 boot000010a4(void);
|
||||
s32 boot0000113c(void);
|
||||
s32 boot00001180(void);
|
||||
void bootUnmapTLBRange(s32 first, s32 last);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
void amgrAllocateStack(void);
|
||||
u32 amgrCreate(void);
|
||||
void amgrStartThread(void);
|
||||
OSMesgQueue *amgr0009118(void);
|
||||
OSMesgQueue *amgr00009118(void);
|
||||
void amgrStopThread(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user