aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/sword25.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-08-06 10:50:16 +0000
committerEugene Sandulenko2010-10-12 22:28:21 +0000
commit87553862d92d462534cb7a050bf481d9cd1d0d59 (patch)
tree65cd08fa6a58888b98d95c5cb240e9515f936727 /engines/sword25/sword25.h
parentbf53914c2aedbe340be8fb920a5023020d64c101 (diff)
downloadscummvm-rg350-87553862d92d462534cb7a050bf481d9cd1d0d59.tar.gz
scummvm-rg350-87553862d92d462534cb7a050bf481d9cd1d0d59.tar.bz2
scummvm-rg350-87553862d92d462534cb7a050bf481d9cd1d0d59.zip
SWORD25: Converted remainder of Kernel/ folder
svn-id: r53216
Diffstat (limited to 'engines/sword25/sword25.h')
-rw-r--r--engines/sword25/sword25.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/sword25.h b/engines/sword25/sword25.h
index 5b29a750f2..7f10f58368 100644
--- a/engines/sword25/sword25.h
+++ b/engines/sword25/sword25.h
@@ -51,7 +51,7 @@ struct Sword25GameDescription;
class Sword25Engine : public Engine {
private:
- bool AppStart(const Common::StringArray &CommandParameters);
+ Common::Error AppStart(const Common::StringArray &CommandParameters);
bool AppMain();
bool AppEnd();