mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
fda0e6ad4b
* func_80033C30 * Interface_Init * z_draw.c * KaleidoSetup_Destroy , n64dd.h * z_kaleido_setup.c * add n64dd files to spec according to tools/disasm/ntsc-1.2/files_code.csv , they're between irqmgr.o and fault.o putting them before or after malloc_debug.o in the spec is an arbitrary choice
12 lines
232 B
C
12 lines
232 B
C
#ifndef N64DD_H
|
|
#define N64DD_H
|
|
|
|
typedef struct n64ddStruct_80121AF0 {
|
|
char unk_00[0x3C];
|
|
void (*unk_3C)(void);
|
|
void (*unk_40)(void);
|
|
} n64ddStruct_80121AF0; // size = ?
|
|
|
|
extern n64ddStruct_80121AF0* B_80121AF0;
|
|
|
|
#endif
|