aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
authorJoost Peters2003-05-01 14:10:42 +0000
committerJoost Peters2003-05-01 14:10:42 +0000
commitd9caf96ef90ec2397df294775f7b71e7efa255d3 (patch)
tree35568c005cdc6b4beb9cafbbcf21b29229ddec70 /sky/sky.h
parent8e606a99ff4fd61e74b73f1e6883b5c27178c34b (diff)
downloadscummvm-rg350-d9caf96ef90ec2397df294775f7b71e7efa255d3.tar.gz
scummvm-rg350-d9caf96ef90ec2397df294775f7b71e7efa255d3.tar.bz2
scummvm-rg350-d9caf96ef90ec2397df294775f7b71e7efa255d3.zip
added loadFixedItems() and loadBase0()
svn-id: r7250
Diffstat (limited to 'sky/sky.h')
-rw-r--r--sky/sky.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/sky.h b/sky/sky.h
index 559476a412..799a2f5e8a 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -144,6 +144,8 @@ protected:
void startTimerSequence(byte *sequence);
static void timerHandler(void *ptr);
void doTimerSequence();
+ void loadFixedItems();
+ void loadBase0();
static int CDECL game_thread_proc(void *param);