diff --git a/simplecpp.h b/simplecpp.h index 87238378..c72e4c65 100755 --- a/simplecpp.h +++ b/simplecpp.h @@ -272,6 +272,10 @@ namespace simplecpp { /** sizeof(T) */ std::map sizeOfType; + const std::vector& getFiles() const { + return files; + } + private: void combineOperators();