OpenRaider
0.1.4-dev
Open Source Tomb Raider Game Engine implementation
|
#include <Folder.h>
Public Member Functions | |
File (std::string file) | |
std::string & | getName () |
std::string & | getPath () |
Private Attributes | |
std::string | name |
std::string | path |
File::File | ( | std::string | file | ) |
Definition at line 17 of file Folder.cpp.