aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.h')
-rw-r--r--sky/sky.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sky/sky.h b/sky/sky.h
index 08f56002c4..be0f7fa50d 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -52,6 +52,7 @@ class Control;
class MusicBase;
class Intro;
class Debugger;
+class SkyCompact;
class SkyEngine : public Engine {
void errorString(const char *buf_input, char *buf_output);
@@ -69,6 +70,7 @@ protected:
Mouse *_skyMouse;
Screen *_skyScreen;
Control *_skyControl;
+ SkyCompact *_skyCompact;
Debugger *_debugger;
MusicBase *_skyMusic;
@@ -81,10 +83,8 @@ public:
static bool isDemo(void);
static bool isCDVersion(void);
- static Compact *fetchCompact(uint32 a);
- static void **fetchItem(uint32 num);
-
- static void **_itemList[300];
+ static void *fetchItem(uint32 num);
+ static void *_itemList[300];
static SystemVars _systemVars;