aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/text.h')
-rw-r--r--sky/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/text.h b/sky/text.h
index 6f58667e33..672bfeb331 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -33,6 +33,7 @@ struct HuffTree {
class SkyText {
public:
SkyText(SkyDisk *skyDisk, uint32 gameVersion, uint16 _language);
+ ~SkyText(void);
void getText(uint32 textNr);
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);