summaryrefslogtreecommitdiff
path: root/include/z_locale.h
blob: 5be416e823f9e6d66f652edd61fde16f9044c801 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef Z_LOCALE_H
#define Z_LOCALE_H

#include "ultra64/ultratypes.h"

extern s32 gCurrentRegion;

void Locale_Init(void);
void Locale_ResetRegion(void);

#endif