aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.h
diff options
context:
space:
mode:
authorRobert Göffringmann2004-12-08 04:38:39 +0000
committerRobert Göffringmann2004-12-08 04:38:39 +0000
commit58bf9028b16a1a6d125baa79b223de5e2a5aa0e0 (patch)
tree047a19cd93a1f447c508bc43328f65f7987e6dae /sword1/sword1.h
parentece69c12e8ccd6428c0bb2bb028aa357cf7f3884 (diff)
downloadscummvm-rg350-58bf9028b16a1a6d125baa79b223de5e2a5aa0e0.tar.gz
scummvm-rg350-58bf9028b16a1a6d125baa79b223de5e2a5aa0e0.tar.bz2
scummvm-rg350-58bf9028b16a1a6d125baa79b223de5e2a5aa0e0.zip
moved the bootparam code out of sword1.cpp
svn-id: r16001
Diffstat (limited to 'sword1/sword1.h')
-rw-r--r--sword1/sword1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sword1/sword1.h b/sword1/sword1.h
index f7f21803f1..9587de304a 100644
--- a/sword1/sword1.h
+++ b/sword1/sword1.h
@@ -80,12 +80,11 @@ protected:
int go();
int init(GameDetector &detector);
private:
- void delay(uint amount);
+ void delay(int32 amount);
void checkCdFiles(void);
void checkCd(void);
uint8 mainLoop(void);
- void startPositions(int32 startNumber);
uint16 _mouseX, _mouseY, _mouseState;
uint8 _keyPressed;