aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-06-27 02:54:05 +0000
committerRobert Göffringmann2003-06-27 02:54:05 +0000
commit1785e0e30504f4cdaf29a31eec0f58de700ab8b1 (patch)
treed6b77da3587d8e5b1f6578c34ef470e06cef9a55 /sky/text.h
parentc10905b975a2bf929b1e053525907663879fdb7f (diff)
downloadscummvm-rg350-1785e0e30504f4cdaf29a31eec0f58de700ab8b1.tar.gz
scummvm-rg350-1785e0e30504f4cdaf29a31eec0f58de700ab8b1.tar.bz2
scummvm-rg350-1785e0e30504f4cdaf29a31eec0f58de700ab8b1.zip
some more loading & saving work (still unfinished)
svn-id: r8663
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 581d1ce071..9213974596 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -45,6 +45,7 @@ public:
void fnPointerText(uint32 pointedId, uint16 mouseX, uint16 mouseY);
void logicCursor(Compact *textCompact, uint16 mouseX, uint16 mouseY);
void changeTextSpriteColour(uint8 *sprData, uint8 newCol);
+ uint32 giveCurrentCharSet(void) { return _curCharSet; };
protected:
bool getTBit();