aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
authorEugene Sandulenko2007-01-30 00:24:09 +0000
committerEugene Sandulenko2007-01-30 00:24:09 +0000
commit843ac74c0e3e061c47d18b3d1bc82637f797ae83 (patch)
tree375ffe04ed18375ecc586201dd0274b9a03fbe8b /engines/touche/touche.h
parent7429748baec8b1fd19ea55261c25907b81a5fc82 (diff)
downloadscummvm-rg350-843ac74c0e3e061c47d18b3d1bc82637f797ae83.tar.gz
scummvm-rg350-843ac74c0e3e061c47d18b3d1bc82637f797ae83.tar.bz2
scummvm-rg350-843ac74c0e3e061c47d18b3d1bc82637f797ae83.zip
Moved Touche engine to AdvancedDetector.
svn-id: r25272
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index 97830dffbd..7dafe43ef5 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -347,7 +347,7 @@ public:
typedef void (ToucheEngine::*OpcodeProc)();
- ToucheEngine(OSystem *system, Common::Language language);
+ ToucheEngine(OSystem *system);
virtual ~ToucheEngine();
virtual int init();
@@ -355,6 +355,8 @@ public:
protected:
+ bool detectGame();
+
void restart();
void readConfigurationSettings();
void writeConfigurationSettings();