aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/detection.cpp
diff options
context:
space:
mode:
authorVladimir Menshakov2011-06-25 18:20:19 +0400
committerVladimir Menshakov2011-06-25 18:21:37 +0400
commit545e482b5ad5cd440070904dc4446f1569d2b066 (patch)
tree6c0857079ccfe99c3923e5b70538a41f866ea5d5 /engines/dreamweb/detection.cpp
parent375298f69a69e478447feab360fa9296b53e2698 (diff)
downloadscummvm-rg350-545e482b5ad5cd440070904dc4446f1569d2b066.tar.gz
scummvm-rg350-545e482b5ad5cd440070904dc4446f1569d2b066.tar.bz2
scummvm-rg350-545e482b5ad5cd440070904dc4446f1569d2b066.zip
DREAMWEB: Reimplemented modifychar and language switching
Diffstat (limited to 'engines/dreamweb/detection.cpp')
-rw-r--r--engines/dreamweb/detection.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp
index 47e25ded33..d32be6a2b7 100644
--- a/engines/dreamweb/detection.cpp
+++ b/engines/dreamweb/detection.cpp
@@ -30,16 +30,6 @@
#include "dreamweb/dreamweb.h"
-#include "engines/advancedDetector.h"
-
-namespace DreamWeb {
-
-struct DreamWebGameDescription {
- ADGameDescription desc;
-};
-
-} // End of namespace DreamWeb
-
static const PlainGameDescriptor dreamWebGames[] = {
{ "dreamweb", "DreamWeb" },
{ 0, 0 }