Files
HackerOoT/include/z_locale.h
Arthurpandaroux 1805d16701 Function removal (#183)
* Initial optimization

* something

* t&

* fix

* fix3

* documentation moved in header

* documentation 2

* format fix

* format fix2

* final change

* documentation

* Fixed_something

* anotherissue

* format
2025-10-25 21:25:38 +02:00

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