Explorar o código

Archives: Added some documentation to IVFCArchive

Subv %!s(int64=11) %!d(string=hai) anos
pai
achega
2f9a2d410d
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/core/file_sys/ivfc_archive.h

+ 5 - 0
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();