aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
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()