aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.h
diff options
context:
space:
mode:
authorRobert Göffringmann2004-12-10 17:55:03 +0000
committerRobert Göffringmann2004-12-10 17:55:03 +0000
commit5dc8b51b27dabe766afc9d1b15ea63a721dc0eb4 (patch)
tree3c82e8474cc23304456f40240115141282e45286 /sword1/sword1.h
parentd15d3bf97d85bde3bce0d9ecf80508417dab1690 (diff)
downloadscummvm-rg350-5dc8b51b27dabe766afc9d1b15ea63a721dc0eb4.tar.gz
scummvm-rg350-5dc8b51b27dabe766afc9d1b15ea63a721dc0eb4.tar.bz2
scummvm-rg350-5dc8b51b27dabe766afc9d1b15ea63a721dc0eb4.zip
changed cd checking code, gives warnings about everything now.
svn-id: r16024
Diffstat (limited to 'sword1/sword1.h')
-rw-r--r--sword1/sword1.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sword1/sword1.h b/sword1/sword1.h
index 9587de304a..22383fd81f 100644
--- a/sword1/sword1.h
+++ b/sword1/sword1.h
@@ -84,6 +84,8 @@ private:
void checkCdFiles(void);
void checkCd(void);
+ void showFileErrorMsg(uint8 type, bool *fileExists);
+ void flagsToBool(bool *dest, uint8 flags);
uint8 mainLoop(void);
uint16 _mouseX, _mouseY, _mouseState;
@@ -98,7 +100,8 @@ private:
Menu *_menu;
Music *_music;
Control *_control;
- static const uint8 _cdList[TOTAL_SECTIONS];
+ static const uint8 _cdList[TOTAL_SECTIONS];
+ static const CdFile _cdFileList[];
};
} // End of namespace Sword1