aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
diff options
context:
space:
mode:
authorOliver Kiehl2003-05-26 13:28:43 +0000
committerOliver Kiehl2003-05-26 13:28:43 +0000
commita93917e4c5eaa8dbf849710f239e15b793a6f197 (patch)
treed0fa35402d038271cdcb2cfd7f9c4ea46ffee662 /sky/text.h
parent8eec984eb7aecf0afeff116e82acaefcdd377d3b (diff)
downloadscummvm-rg350-a93917e4c5eaa8dbf849710f239e15b793a6f197.tar.gz
scummvm-rg350-a93917e4c5eaa8dbf849710f239e15b793a6f197.tar.bz2
scummvm-rg350-a93917e4c5eaa8dbf849710f239e15b793a6f197.zip
some random additions
svn-id: r8003
Diffstat (limited to 'sky/text.h')
-rw-r--r--sky/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/text.h b/sky/text.h
index 672bfeb331..bdd959b9b2 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -39,10 +39,10 @@ public:
struct displayText_t displayText(char *textPtr, uint8 *dest, bool centre, uint16 pixelWidth, uint8 color);
void makeGameCharacter(char textChar, uint8 *charSetPtr, uint8 *&data, uint8 color);
struct lowTextManager_t lowTextManager(uint32 textNum, uint16 width, uint16 logicNum, uint8 color, bool centre);
+ void fnSetFont(uint32 fontNr);
protected:
bool getTBit();
- void fnSetFont(uint32 fontNr);
void initHuffTree();
char getTextChar();