diff options
author | Eugene Sandulenko | 2016-04-02 23:08:39 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-04-02 23:08:39 +0200 |
commit | 98f0be39e27a69bae5fedab5f82e876ea5fc0e41 (patch) | |
tree | 189f1d97dbbbd14dfa4dce56679123e80258eda2 /common/platform.h | |
parent | dd6372ee1e60c713158876ba78c511cb9e0cf92d (diff) | |
parent | 0dd3563085123e97e8424ee951dbecf65c022769 (diff) | |
download | scummvm-rg350-98f0be39e27a69bae5fedab5f82e876ea5fc0e41.tar.gz scummvm-rg350-98f0be39e27a69bae5fedab5f82e876ea5fc0e41.tar.bz2 scummvm-rg350-98f0be39e27a69bae5fedab5f82e876ea5fc0e41.zip |
Merge pull request #743 from fuzzie/apple2-platform
COMMON: Add Apple II platform
Diffstat (limited to 'common/platform.h')
-rw-r--r-- | common/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/platform.h b/common/platform.h index 17a332b851..15bcddb62e 100644 --- a/common/platform.h +++ b/common/platform.h @@ -50,6 +50,7 @@ enum Platform { kPlatformSegaCD, kPlatform3DO, kPlatformPCEngine, + kPlatformApple2, kPlatformApple2GS, kPlatformPC98, kPlatformWii, |