mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-09 14:06:54 +00:00
14 lines
242 B
C
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
|