Started Work on File System Viewer. It isn't very pretty yet

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@570 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1
2008-09-18 03:18:19 +00:00
parent 07421b08eb
commit 28cd7e220c
7 changed files with 57 additions and 21 deletions

View File

@ -33,7 +33,7 @@ class IFileSystem
virtual bool IsInitialized() = 0;
// virtual size_t GetFileList(std::vector<std::string&> _rFilenames) = 0;
virtual size_t GetFileList(std::vector<SFileInfo> *_rFilenames) = 0;
virtual size_t GetFileSize(const char* _rFullPath) = 0;