diff options
author | Lars Persson | 2008-01-20 12:50:27 +0000 |
---|---|---|
committer | Lars Persson | 2008-01-20 12:50:27 +0000 |
commit | f3e42ffa39cde156438b6293d0eb8335d0a18fe5 (patch) | |
tree | 628057a95ac4f2567f7662c10ff37d247a1a488d /backends/platform/symbian/src | |
parent | c9b682243821a6310c6299cb2950d60a16a278ae (diff) | |
download | scummvm-rg350-f3e42ffa39cde156438b6293d0eb8335d0a18fe5.tar.gz scummvm-rg350-f3e42ffa39cde156438b6293d0eb8335d0a18fe5.tar.bz2 scummvm-rg350-f3e42ffa39cde156438b6293d0eb8335d0a18fe5.zip |
- Updated version numbers, Implemented exists properly, Added two engines in main_features.inl
svn-id: r30586
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/main_features.inl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/main_features.inl b/backends/platform/symbian/src/main_features.inl index 7387c453b4..66b0c4b200 100644 --- a/backends/platform/symbian/src/main_features.inl +++ b/backends/platform/symbian/src/main_features.inl @@ -72,6 +72,11 @@ #ifndef DISABLE_IGOR "Igor " #endif - +#ifndef DISABLE_PARALLACTION + "Parallaction " +#endif +#ifndef DISABLE_CRUISE + "Cruise " +#endif |