aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorDavid Eriksson2003-11-06 08:44:33 +0000
committerDavid Eriksson2003-11-06 08:44:33 +0000
commitc524a58197f28d6ff54398a052ef391dac905148 (patch)
tree8f4b9c1f692c57129b3307cb22d72ac9b7fa1d6f /queen/graphics.h
parentd1ebb50c5b93906d69fe1359ac73b5cc0523df66 (diff)
downloadscummvm-rg350-c524a58197f28d6ff54398a052ef391dac905148.tar.gz
scummvm-rg350-c524a58197f28d6ff54398a052ef391dac905148.tar.bz2
scummvm-rg350-c524a58197f28d6ff54398a052ef391dac905148.zip
The more I implement, the more I need to implement.
- More cutaway code - More dialogue code Hint: Let the last intro cutaway finish if you don't want Joe to get stuck. svn-id: r11160
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index e57880e35e..d6b36418e2 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -134,6 +134,7 @@ public:
void bobSortAll(); // sortbobs()
void bobDrawAll(); // drawbobs()
void bobClearAll(); // clearallbobs()
+ void bobStopAll();
BobSlot *bob(int index);
void bobCustomParallax(uint16 roomNum); // CHECK_PARALLAX()
@@ -150,6 +151,7 @@ public:
void textClear(uint16 y1, uint16 y2); // blanktexts()
uint16 textWidth(const char *text) const; // textlen()
int textCenterX(const char *text) const; // MIDDLE()
+ void textColor(uint16 y, uint8 color) { _texts[y].color = color; }
void frameErase(uint32 fslot);
void frameEraseAll(bool joe); // freeframes, freeallframes