aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/saga.h b/saga/saga.h
index 8b68088afa..e140839740 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -88,7 +88,8 @@ class SagaEngine : public Engine {
void errorString(const char *buf_input, char *buf_output);
protected:
- void go();
+ int go();
+ int init();
public:
SagaEngine(GameDetector * detector, OSystem * syst);