mirror of
https://github.com/encounter/oot-gc.git
synced 2026-03-30 11:33:44 -07:00
d693726da8
* Use #include "..." rather than #include <...> * Remove unused dolphin headers * Go through dolphin/base.h * Remove __cplusplus guards * Go through dolphin/gx.h * Move dolphin OS headers to subdirectory * Go through dolphin/os.h * Go through the rest of dolphin headers * Split out si.h * Split up hw_regs.h * Change #include <> to #include "" in debug info * Create dolphin/thp.h * Go through variables.h * Create dolphin.h
18 lines
371 B
C
18 lines
371 B
C
/*
|
|
Compile unit: C:\HOMEBOY\STEPHEN\Japanese Ocarina\Core\xlPostGCN.c
|
|
Producer: MW EABI PPC C-Compiler
|
|
Language: C++
|
|
Code range: 0x80005E04 -> 0x80005E68
|
|
*/
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
// Range: 0x80005E14 -> 0x80005E68
|
|
s32 xlPostText() {}
|
|
|
|
// Range: 0x80005E0C -> 0x80005E14
|
|
s32 xlPostSetup() {}
|
|
|
|
// Range: 0x80005E04 -> 0x80005E0C
|
|
s32 xlPostReset() {}
|