aboutsummaryrefslogtreecommitdiff
path: root/sword2/controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/controls.h')
-rw-r--r--sword2/controls.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sword2/controls.h b/sword2/controls.h
index d85adbf66b..169667cbbb 100644
--- a/sword2/controls.h
+++ b/sword2/controls.h
@@ -22,8 +22,12 @@
namespace Sword2 {
+class Sword2Engine;
+
class Gui {
private:
+ Sword2Engine *_vm;
+
int _musicVolume[17];
int _soundVolume[15];
@@ -35,7 +39,7 @@ public:
bool _stereoReversed;
bool _pointerTextSelected;
- Gui();
+ Gui(Sword2Engine *vm);
uint32 restoreControl(void);
void saveControl(void);