From 2f9a2d410db05489ff3fa0bfee32817cb414949f Mon Sep 17 00:00:00 2001 From: Subv Date: Thu, 1 Jan 2015 12:44:38 -0500 Subject: Archives: Added some documentation to IVFCArchive --- src/core/file_sys/ivfc_archive.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/file_sys') diff --git a/src/core/file_sys/ivfc_archive.h b/src/core/file_sys/ivfc_archive.h index fd9a3042..a9b34434 100644 --- a/src/core/file_sys/ivfc_archive.h +++ b/src/core/file_sys/ivfc_archive.h @@ -16,6 +16,11 @@ namespace FileSys { +/** + * Helper which implements an interface to deal with IVFC images used in some archives + * This should be subclassed by concrete archive types, which will provide the + * input data (load the raw IVFC archive) and override any required methods + */ class IVFCArchive : public ArchiveBackend { public: IVFCArchive(); -- cgit v1.2.3