Skip to content

Commit

Permalink
add region id
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Aug 10, 2024
1 parent b936df1 commit 42b3e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/devenv/seadEnvUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
namespace sead
{
SEAD_ENUM(RegionLanguageID, JPja, USen, USes, USfr, USpt, EUen, EUes, EUfr, EUde, EUit, EUpt, EUnl, EUru, KRko, CNzh, TWzh)
SEAD_ENUM(RegionID, JP, US, EU, KR, CN, TW)

class EnvUtil
{
public:
static const SafeString& getRomType();
static RegionLanguageID getRegionLanguage();
static RegionID getRegion();
static s32 getEnvironmentVariable(BufferedSafeString* out, const SafeString& variable);
static s32 resolveEnvronmentVariable(BufferedSafeString* out, const SafeString& str);
};
Expand Down

0 comments on commit 42b3e14

Please sign in to comment.