aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.h
diff options
context:
space:
mode:
authorJonathan Gray2003-12-17 11:54:48 +0000
committerJonathan Gray2003-12-17 11:54:48 +0000
commit6d1fba28d510526de568fa7354fa6327fd81d74d (patch)
tree39b0f9a471e479f4f201787252f23c05859ce8b2 /sword1/sword1.h
parent9a1bbb361bc62ef95f02317f25e7aa3f1d2da723 (diff)
downloadscummvm-rg350-6d1fba28d510526de568fa7354fa6327fd81d74d.tar.gz
scummvm-rg350-6d1fba28d510526de568fa7354fa6327fd81d74d.tar.bz2
scummvm-rg350-6d1fba28d510526de568fa7354fa6327fd81d74d.zip
initial boot param support, will do the rest of the bootparams next
svn-id: r11712
Diffstat (limited to 'sword1/sword1.h')
-rw-r--r--sword1/sword1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword1/sword1.h b/sword1/sword1.h
index 52ba49cc2a..46804a006c 100644
--- a/sword1/sword1.h
+++ b/sword1/sword1.h
@@ -75,6 +75,7 @@ private:
void initialize(void);
void mainLoop(void);
void fnCheckCd(uint32 newScreen);
+ void startPositions(int32 startNumber);
uint16 _mouseX, _mouseY, _mouseState;