aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/display.h')
-rw-r--r--engines/hugo/display.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hugo/display.h b/engines/hugo/display.h
index 0985e1b9fd..e315edbc92 100644
--- a/engines/hugo/display.h
+++ b/engines/hugo/display.h
@@ -58,7 +58,7 @@ public:
void setBackgroundColor(long color);
void shadowStr(int16 sx, int16 sy, char *s, byte color);
void userHelp();
- void writeChar(int16 x, int16 y, char c, byte color);
+ void writeChr(int sx, int sy, byte color, char *local_fontdata);
void writeStr(int16 sx, int16 sy, char *s, byte color);
icondib_t &getIconBuffer() {
@@ -96,7 +96,6 @@ private:
overlayState_t findOvl(seq_t *seq_p, image_pt dst_p, uint16 y);
void merge(rect_t *rectA, rect_t *rectB);
int16 mergeLists(rect_t *list, rect_t *blist, int16 len, int16 blen, int16 bmax);
- void writeChr(int sx, int sy, byte color, char *local_fontdata);
int16 center(char *s);
};