mirror of https://github.com/zeldaret/botw.git
edit RegionID
This commit is contained in:
parent
3c5bafd5d6
commit
aca7f8d940
|
@ -16,7 +16,7 @@ u32 GetSharedFontLoadState(nn::pl::SharedFontType type);
|
||||||
} // namespace nn::pl
|
} // namespace nn::pl
|
||||||
#include "prim/seadEnum.h"
|
#include "prim/seadEnum.h"
|
||||||
namespace sead {
|
namespace sead {
|
||||||
SEAD_ENUM(RegionID, JP, US, EU, KR, CN)
|
SEAD_ENUM(RegionID, Unknown);
|
||||||
class EnvUtil2 {
|
class EnvUtil2 {
|
||||||
public:
|
public:
|
||||||
static RegionID getRegion();
|
static RegionID getRegion();
|
||||||
|
|
Loading…
Reference in New Issue