X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Ffs.h;fp=src%2Ffs.h;h=4174bb16cb321e6d418ee1ff7d35aaffd711a567;hp=c1b171e77441060ad65127206a14ceba4a2ae655;hb=1c2b18e725db9e066d5dcb11123fc2019aec2ee7;hpb=1da838078e253bc99892802a2ba6df66cf2cafb1 diff --git a/src/fs.h b/src/fs.h index c1b171e..4174bb1 100644 --- a/src/fs.h +++ b/src/fs.h @@ -1,8 +1,9 @@ #ifndef FS_H_ #define FS_H_ -#include #include +#include +#include #include "fspath.h" enum FSNodeType { @@ -16,6 +17,8 @@ class FSNode { public: FSNodeType type; FSPath path; + std::string short_name; + std::vector name_lines; size_t size; FSNode *parent;