diff options
author | Lars Persson | 2008-09-05 13:13:51 +0000 |
---|---|---|
committer | Lars Persson | 2008-09-05 13:13:51 +0000 |
commit | 51e93cadbe88f7be38fbcff83622f698242fc5f7 (patch) | |
tree | bd608e0848ac3dc623d64ad90f1d4141714b0531 /backends/platform | |
parent | 207efcc3592a352dd5c1f99aa690b591cfcfebb3 (diff) | |
download | scummvm-rg350-51e93cadbe88f7be38fbcff83622f698242fc5f7.tar.gz scummvm-rg350-51e93cadbe88f7be38fbcff83622f698242fc5f7.tar.bz2 scummvm-rg350-51e93cadbe88f7be38fbcff83622f698242fc5f7.zip |
ADded Tinsel as supported engine strings
svn-id: r34351
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/symbian/src/main_features.inl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/symbian/src/main_features.inl b/backends/platform/symbian/src/main_features.inl index 30bbbea52c..0f02dcfb22 100644 --- a/backends/platform/symbian/src/main_features.inl +++ b/backends/platform/symbian/src/main_features.inl @@ -84,6 +84,10 @@ #ifdef ENABLE_M4 "M4 " #endif +#ifdef ENABLE_TINSEL + "Tinsel " +#endif + |