diff options
author | clone2727 | 2011-06-01 07:04:05 -0700 |
---|---|---|
committer | clone2727 | 2011-06-01 07:04:05 -0700 |
commit | 49a8f7675f9685df984f5acd88ea4ac56b703f33 (patch) | |
tree | 650593c4254ba11c212f3f409b8c96929d4bc4ee /common/util.h | |
parent | 90f2cde9fa27b06fe7753d68d4166bc10c833942 (diff) | |
parent | dfb682288699e84321c14cc5d52cbd3fdaeba40c (diff) | |
download | scummvm-rg350-49a8f7675f9685df984f5acd88ea4ac56b703f33.tar.gz scummvm-rg350-49a8f7675f9685df984f5acd88ea4ac56b703f33.tar.bz2 scummvm-rg350-49a8f7675f9685df984f5acd88ea4ac56b703f33.zip |
Merge pull request #20 from scott-t/t7g-ios
T7G iOS support
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 5d965c4d31..5837c8beab 100644 --- a/common/util.h +++ b/common/util.h @@ -172,6 +172,7 @@ enum Platform { kPlatformWii, kPlatformPSX, kPlatformCDi, + kPlatformIOS, kPlatformUnknown = -1 }; |