aboutsummaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorLudvig Strigeus2002-04-12 21:26:59 +0000
committerLudvig Strigeus2002-04-12 21:26:59 +0000
commitd2b0070c5f39661561484f8e2dfd6be271ed21cf (patch)
tree0e751495a08c9514e82879d78a977ad6f27469a7 /gui.h
parentb195bb597c32384bf4ce6f9c22ffc281c0828ca4 (diff)
downloadscummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.tar.gz
scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.tar.bz2
scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.zip
new video engine (expect broken non-sdl builds),
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 114cf168c5..abe93167f5 100644
--- a/gui.h
+++ b/gui.h
@@ -133,7 +133,8 @@ struct GuiWidget {
#define SAVEGAME_NAME_LEN 32
-struct Gui {
+class Gui {
+public:
Scumm *_s;
const GuiWidget *_widgets[4];
int _return_to;
@@ -143,6 +144,7 @@ struct Gui {
byte _bgcolor;
byte _textcolor;
byte _textcolorhi;
+ bool _old_cursor_mode;
int _parentX, _parentY;
byte _active;
byte _clickTimer;