aboutsummaryrefslogtreecommitdiff
path: root/sword1/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/control.h')
-rw-r--r--sword1/control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sword1/control.h b/sword1/control.h
index 693ffaffb5..8c844fac82 100644
--- a/sword1/control.h
+++ b/sword1/control.h
@@ -67,6 +67,8 @@ public:
~SwordControl(void);
uint8 runPanel(void);
void doRestore(void);
+ void askForCd(void);
+ bool savegamesExist(void);
private:
void initData(void);
void closeData(void);