Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"
#include "lib/file/vfs/vfs_tree.h"
#include <cstdio>
#include <ctime>
#include "lib/file/common/file_stats.h"
Functions | |
static bool | ShouldDelete (const VfsFile &file, const VfsFile &deletedFile) |
static bool | ShouldReplaceWith (const VfsFile &previousFile, const VfsFile &newFile) |
std::wstring | FileDescription (const VfsFile &file) |
std::wstring | FileDescriptions (const VfsDirectory &directory, size_t indentLevel) |
void | DirectoryDescriptionR (std::wstring &descriptions, const VfsDirectory &directory, size_t indentLevel) |
append each directory's files' description to the given string. More... | |
void DirectoryDescriptionR | ( | std::wstring & | descriptions, |
const VfsDirectory & | directory, | ||
size_t | indentLevel | ||
) |
append each directory's files' description to the given string.
std::wstring FileDescription | ( | const VfsFile & | file | ) |
std::wstring FileDescriptions | ( | const VfsDirectory & | directory, |
size_t | indentLevel | ||
) |