aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-18 08:12:14 +0000
committerGregory Montoir2003-10-18 08:12:14 +0000
commitbe8bbb143e0fbc32b6f0c4d90ec54196347f17ea (patch)
tree74f834f07f69f135bb7ee9d59979f1dc55483c86 /queen/graphics.h
parenta581a2be5ee2369cc6aa67c0b71c7f7754df15a6 (diff)
downloadscummvm-rg350-be8bbb143e0fbc32b6f0c4d90ec54196347f17ea.tar.gz
scummvm-rg350-be8bbb143e0fbc32b6f0c4d90ec54196347f17ea.tar.bz2
scummvm-rg350-be8bbb143e0fbc32b6f0c4d90ec54196347f17ea.zip
minor adds + cleanup + fix parallax problem
svn-id: r10887
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index 7a80bdb3d0..f6580096ea 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -139,6 +139,7 @@ public:
void textCurrentColor(uint8 color); // ink()
void textSet(uint16 x, uint16 y, const char *text, bool outlined = true); // text()
+ void textSetCentered(uint16 y, const char *text, bool outlined = true);
void textDrawAll(); // drawtext()
void textClear(uint16 y1, uint16 y2); // blanktexts()
uint16 textWidth(const char* text) const; // textlen()