mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
* Initial optimization * something * t& * fix * fix3 * documentation moved in header * documentation 2 * format fix * format fix2 * final change * documentation * Fixed_something * anotherissue * format
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
|