aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index f2cc99910a..b0c72491c1 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -740,7 +740,8 @@ protected:
void resfile_read(void *dst, uint32 offs, uint32 size);
- void go();
+ int init();
+ int go();
void openGameFile();
static int CDECL game_thread_proc(void *param);