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