aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
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;
};