aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/text.h')
-rw-r--r--sky/text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sky/text.h b/sky/text.h
index 6b1abf37da..a6ecd1f1c4 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -28,8 +28,8 @@ class SkyText {
public:
SkyText(SkyDisk *skyDisk, uint32 gameVersion);
void getText(uint32 textNr, uint16 language);
- void displayText(uint8 *dest, bool centre, uint16 pixelWidth, uint8 color);
- void displayText(char *textPtr, uint8 *dest, bool centre, uint16 pixelWidth, uint8 color);
+ struct displayText_t displayText(uint8 *dest, bool centre, uint16 pixelWidth, uint8 color);
+ struct displayText_t displayText(char *textPtr, uint8 *dest, bool centre, uint16 pixelWidth, uint8 color);
void makeGameCharacter(char textChar, uint8 *charSetPtr, uint8 *&data, uint8 color);
protected: