aboutsummaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorLudvig Strigeus2001-11-14 18:40:39 +0000
committerLudvig Strigeus2001-11-14 18:40:39 +0000
commitb8d259d60eed2f8edc321dcba6116bddabbc35e8 (patch)
tree84d98395311081717250ea496df496fe88b5707d /gui.h
parent279d5b2fd73057dc48b9f18a8753a2a5cff1c2e6 (diff)
downloadscummvm-rg350-b8d259d60eed2f8edc321dcba6116bddabbc35e8.tar.gz
scummvm-rg350-b8d259d60eed2f8edc321dcba6116bddabbc35e8.tar.bz2
scummvm-rg350-b8d259d60eed2f8edc321dcba6116bddabbc35e8.zip
music support,
fixed timing bugs svn-id: r3491
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 7e47d2c6db..d8e4277e99 100644
--- a/gui.h
+++ b/gui.h
@@ -43,6 +43,7 @@ struct Gui {
byte _active;
byte _clickTimer;
byte _cur_page;
+ byte _dialog;
int _clickWidget;
char *_queryMess;
@@ -77,6 +78,7 @@ struct Gui {
void saveLoadDialog();
void queryMessage(const char *msg, const char *alts);
byte getDefaultColor(int color);
+ void pause();
};
#endif \ No newline at end of file