mirror of
https://github.com/zeldaret/oot.git
synced 2025-04-08 23:56:26 +00:00
12 lines
183 B
C
12 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
|