add part of class CFStorage

This commit is contained in:
Ivan Morozov
2022-07-11 19:14:14 +03:00
parent 1ce32462e0
commit f78048d617
11 changed files with 194 additions and 28 deletions

View File

@ -16,6 +16,7 @@ SOURCES += \
RBTree/rbtree.cpp \
cfitem.cpp \
cfstorage.cpp \
cfstream.cpp \
compoundfile.cpp \
directoryentry.cpp \
header.cpp \
@ -32,6 +33,7 @@ HEADERS += \
cfexception.h \
cfitem.h \
cfstorage.h \
cfstream.h \
compoundfile.h \
directoryentry.h \
guid.h \