1 2 3 4 5 6 7 8
#ifndef SYS_INITIAL_CHECK_H #define SYS_INITIAL_CHECK_H #include "ultra64.h" void Check_RegionIsSupported(void); #endif