aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-05-27 16:42:20 +0000
committerRobert Göffringmann2003-05-27 16:42:20 +0000
commitbc290162bd01acfad205d91175a727d21e032fbe (patch)
tree6dc6021e97cf585cbbb2646e0951dcd08ebde1bc /sky/sky.h
parentaf2574c02d23e220010bc727b3488a1aeaed78d1 (diff)
downloadscummvm-rg350-bc290162bd01acfad205d91175a727d21e032fbe.tar.gz
scummvm-rg350-bc290162bd01acfad205d91175a727d21e032fbe.tar.bz2
scummvm-rg350-bc290162bd01acfad205d91175a727d21e032fbe.zip
implemented screen.asm and sprites.asm (not yet working)
svn-id: r8036
Diffstat (limited to 'sky/sky.h')
-rw-r--r--sky/sky.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sky/sky.h b/sky/sky.h
index 8933dec726..c5b0c05d8d 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -94,6 +94,7 @@ public:
static bool isCDVersion(uint32 version);
static Compact *fetchCompact(uint32 a);
+ static void **fetchItem(uint32 num);
static void **_itemList[300];
@@ -132,6 +133,8 @@ protected:
void shutdown();
+ void showQuitMsg(void);
+
RandomSource _rnd;
};