mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Attempt to decompile init
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
s32 func000010a4(void);
|
||||
s32 func0000113c(void);
|
||||
s32 func00001180(void);
|
||||
void func00001634(u32 arg0, u32 arg1);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
#define _IN_BOOT_INIT_H
|
||||
#include <ultra64.h>
|
||||
|
||||
s32 func000016cc(void);
|
||||
void init(void);
|
||||
s32 osGetMemSize(void);
|
||||
void *allocateStack(s32 threadid, s32 size);
|
||||
void mainproc(void *arg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user