1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-14 21:40:03 +00:00
oot/include/cic6105.h
cadmic 8153c952f6
[ntsc-1.2] Organize n64dd declarations and convert to 1.0 addresses (#2127)
* Reorganize n64dd declarations

* Fix bss

* Really fix bss
2024-09-05 03:56:24 +09:00

14 lines
242 B
C

#ifndef CIC6105_H
#define CIC6105_H
#include "ultra64.h"
extern s32 B_80008EE0;
void func_800014E8(void);
void CIC6105_AddFaultClient(void);
void CIC6105_RemoveFaultClient(void);
void func_80001640(void);
void func_80001720(void);
#endif