aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_eob.h
diff options
context:
space:
mode:
authorathrxx2011-08-01 22:50:51 +0200
committerJohannes Schickel2011-12-26 16:18:13 +0100
commit48f83b7bb48a1625f6c195e396f8d40047f50915 (patch)
tree28c3ae68ed7df09ddc1c2cbf9d083b31f7415660 /engines/kyra/gui_eob.h
parent84900e8e50df8490fbdebc3acb25a338949f2de9 (diff)
downloadscummvm-rg350-48f83b7bb48a1625f6c195e396f8d40047f50915.tar.gz
scummvm-rg350-48f83b7bb48a1625f6c195e396f8d40047f50915.tar.bz2
scummvm-rg350-48f83b7bb48a1625f6c195e396f8d40047f50915.zip
KYRA: (EOB) - implement npc sequences and fix some bugs
Diffstat (limited to 'engines/kyra/gui_eob.h')
-rw-r--r--engines/kyra/gui_eob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/gui_eob.h b/engines/kyra/gui_eob.h
index 709c676517..af3d3d2e48 100644
--- a/engines/kyra/gui_eob.h
+++ b/engines/kyra/gui_eob.h
@@ -63,6 +63,8 @@ public:
bool runLoadMenu(int x, int y);
bool confirmDialogue2(int dim, int id, int deflt);
+ void messageDialogue2(int dim, int id, int buttonTextCol);
+
void updateBoxFrameHighLight(int box);
int getTextInput(char *dest, int x, int y, int destMaxLen, int textColor1, int textColor2, int cursorColor);