aboutsummaryrefslogtreecommitdiff
path: root/sky/logic.h
diff options
context:
space:
mode:
authorJoost Peters2003-04-29 19:52:24 +0000
committerJoost Peters2003-04-29 19:52:24 +0000
commit5ea40b6778726f80e53a409f7cc8c5d75709aca3 (patch)
treeba33940a8cb4c744141d82c5dd4755edc8829026 /sky/logic.h
parente0e0247b4701fef4817666da34c733624881fec2 (diff)
downloadscummvm-rg350-5ea40b6778726f80e53a409f7cc8c5d75709aca3.tar.gz
scummvm-rg350-5ea40b6778726f80e53a409f7cc8c5d75709aca3.tar.bz2
scummvm-rg350-5ea40b6778726f80e53a409f7cc8c5d75709aca3.zip
added lowTextManager(), moved language from getText() to SkyText constructor + some cleanup
svn-id: r7202
Diffstat (limited to 'sky/logic.h')
-rw-r--r--sky/logic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/logic.h b/sky/logic.h
index 9914159a60..414b4acd33 100644
--- a/sky/logic.h
+++ b/sky/logic.h
@@ -167,6 +167,8 @@ public:
uint32 fnUnPauseFx(uint32 a, uint32 b, uint32 c);
uint32 fnPrintf(uint32 a, uint32 b, uint32 c);
+ static uint16 SkyLogic::_screen;
+
protected:
void push(uint32);
uint32 pop();