22 #ifndef HARVESTER_RESOURCES_H 23 #define HARVESTER_RESOURCES_H 25 #include "common/archive.h" 26 #include "common/array.h" 43 bool mountStartupArchives();
44 bool setCurrentDisc(
int discNumber);
45 int getCurrentDisc()
const {
return _currentDisc; }
55 bool ensureDiscMounted(
int discNumber);
56 void unmountOtherDiscArchives(
int keepDiscNumber);
57 Common::Archive *getMountedDiscArchive(
int discNumber,
char archiveSetId)
const;
59 bool hasInMountedArchives(
const Common::Path &memberPath)
const;
67 #endif // HARVESTER_RESOURCES_H
Definition: archive.h:141
Definition: archive.h:330
Definition: resources.h:32