diff options
Diffstat (limited to 'common/platform.h')
-rw-r--r-- | common/platform.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/platform.h b/common/platform.h index 5a4f3f1802..ac8772fa94 100644 --- a/common/platform.h +++ b/common/platform.h @@ -35,7 +35,7 @@ class String; * game in question. */ enum Platform { - kPlatformPC, + kPlatformDOS, kPlatformAmiga, kPlatformAtariST, kPlatformMacintosh, @@ -55,6 +55,8 @@ enum Platform { kPlatformPSX, kPlatformCDi, kPlatformIOS, + kPlatformOS2, + kPlatformBeOS, kPlatformUnknown = -1 }; |