mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
10 lines
125 B
C
10 lines
125 B
C
|
#ifndef REGION_H
|
||
|
#define REGION_H
|
||
|
|
||
|
#define REGION_NULL 0
|
||
|
#define REGION_JP 1
|
||
|
#define REGION_US 2
|
||
|
#define REGION_EU 3
|
||
|
|
||
|
#endif
|