mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
13 lines
183 B
C
13 lines
183 B
C
#ifndef Z_LOCALE_H
|
|
#define Z_LOCALE_H
|
|
|
|
#include "ultra64/ultratypes.h"
|
|
#include "region.h"
|
|
|
|
extern s32 gCurrentRegion;
|
|
|
|
void Locale_Init(void);
|
|
void Locale_ResetRegion(void);
|
|
|
|
#endif
|