aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/sword1.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/sword1.h')
-rw-r--r--engines/sword1/sword1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword1/sword1.h b/engines/sword1/sword1.h
index 8397f30705..8f77f3119a 100644
--- a/engines/sword1/sword1.h
+++ b/engines/sword1/sword1.h
@@ -81,8 +81,8 @@ public:
uint32 _features;
protected:
// Engine APIs
- virtual int init();
- virtual int go();
+ virtual Common::Error init();
+ virtual Common::Error go();
virtual bool hasFeature(EngineFeature f) const;
virtual void syncSoundSettings();