aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-14 18:26:25 +0200
committerEugene Sandulenko2016-04-14 18:35:16 +0200
commit41537807036118c872964da11dc34195ca5626c8 (patch)
treed1a8e83a98f41379f78aa0ecce7bcca33d662619 /engines/wage/gui.h
parent5e4980090198a334b136bcdce16ea6addbe708a2 (diff)
downloadscummvm-rg350-41537807036118c872964da11dc34195ca5626c8.tar.gz
scummvm-rg350-41537807036118c872964da11dc34195ca5626c8.tar.bz2
scummvm-rg350-41537807036118c872964da11dc34195ca5626c8.zip
WAGE: Started to plug the WM in
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index c1f8b83a11..11e001b274 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -55,6 +55,7 @@
#include "common/rect.h"
#include "wage/macwindow.h"
+#include "wage/macwindowmanager.h"
namespace Wage {
@@ -176,6 +177,10 @@ private:
Common::String _undobuffer;
int _inputTextLineNum;
+
+ MacWindowManager _wm;
+ int _sceneWindowId;
+ int _consoleWindowId;
};
} // End of namespace Wage