diff options
author | Lars Persson | 2007-11-24 18:10:27 +0000 |
---|---|---|
committer | Lars Persson | 2007-11-24 18:10:27 +0000 |
commit | 31bd8ec3c01bcff86e2d5e4465f74371c873629b (patch) | |
tree | 4f0da81acc84334bb94d477694375e98a4ddbf12 | |
parent | 54aea9bd7460838acb8c2c2bbc26e5fbd16a42d1 (diff) | |
download | scummvm-rg350-31bd8ec3c01bcff86e2d5e4465f74371c873629b.tar.gz scummvm-rg350-31bd8ec3c01bcff86e2d5e4465f74371c873629b.tar.bz2 scummvm-rg350-31bd8ec3c01bcff86e2d5e4465f74371c873629b.zip |
Updated main features for Symbian with the latest game engines
svn-id: r29628
-rw-r--r-- | backends/platform/symbian/src/main_features.inl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/main_features.inl b/backends/platform/symbian/src/main_features.inl index 35558b99d4..7387c453b4 100644 --- a/backends/platform/symbian/src/main_features.inl +++ b/backends/platform/symbian/src/main_features.inl @@ -63,8 +63,15 @@ #ifndef DISABLE_AGI "AGI " #endif - #ifndef DISABLE_TOUCHE "Touche " #endif +#ifndef DISABLE_DRASCULA + "Drascula " +#endif +#ifndef DISABLE_IGOR + "Igor " +#endif + + |