aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-06-02 06:42:42 +0000
committerRobert Göffringmann2003-06-02 06:42:42 +0000
commit3ac5b4ccfa2f394ce7d63c9bfe660fa02c4bf82a (patch)
treee7cbc2500128e2f92ee5bd5215aba691745c6d07 /sky/text.h
parentcee02068ca1285838ff07ded5021f59b9f303050 (diff)
downloadscummvm-rg350-3ac5b4ccfa2f394ce7d63c9bfe660fa02c4bf82a.tar.gz
scummvm-rg350-3ac5b4ccfa2f394ce7d63c9bfe660fa02c4bf82a.tar.bz2
scummvm-rg350-3ac5b4ccfa2f394ce7d63c9bfe660fa02c4bf82a.zip
added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out of SkyState
svn-id: r8266
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 d0e2c380ff..bf5f6b7ceb 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -40,6 +40,7 @@ public:
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);
+ void fnTextModule(uint32 textInfoId, uint32 textNo);
protected:
bool getTBit();