1 2 3 4 5 6 7 8 9 10 11
#ifndef Z_LOCALE_H #define Z_LOCALE_H #include "ultra64/ultratypes.h" extern s32 gCurrentRegion; void Locale_Init(void); void Locale_ResetRegion(void); #endif