mirror of
https://github.com/zeldaret/oot
synced 2026-05-27 08:08:42 -04:00
cf1a39c26f
* reduce z64.h size * fix z_cheap_proc.inc.c * ,bss * remove temp delcaration
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
|