1 2 3 4 5 6 7
#ifndef SYS_INITIAL_CHECK_H #define SYS_INITIAL_CHECK_H void Check_ExpansionPak(void); void Check_RegionIsSupported(void); #endif