summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/file_sys/ivfc_archive.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/file_sys/ivfc_archive.h b/src/core/file_sys/ivfc_archive.h
index fd9a3042d..a9b34434f 100644
--- a/src/core/file_sys/ivfc_archive.h
+++ b/src/core/file_sys/ivfc_archive.h
@@ -16,6 +16,11 @@
16 16
17namespace FileSys { 17namespace FileSys {
18 18
19/**
20 * Helper which implements an interface to deal with IVFC images used in some archives
21 * This should be subclassed by concrete archive types, which will provide the
22 * input data (load the raw IVFC archive) and override any required methods
23 */
19class IVFCArchive : public ArchiveBackend { 24class IVFCArchive : public ArchiveBackend {
20public: 25public:
21 IVFCArchive(); 26 IVFCArchive();