1 2 3 4 5 6 7 8 9 10
#ifndef Z64NMI_BUFF_H #define Z64NMI_BUFF_H #include "PR/ultratypes.h" void Nmi_Init(void); void Nmi_SetPrenmiStart(void); s32 Nmi_GetPrenmiHasStarted(void); #endif