Rendu
A lightweight rendering engine for experimentations
|
Properties of a resource file. More...
#include <ResourcesManager.hpp>
Public Member Functions | |
FileInfos (const std::string &apath, const std::string &aname) | |
Public Attributes | |
std::string | path |
The file path. | |
std::string | name |
The file name, without the extension. | |
Properties of a resource file.
Resources::FileInfos::FileInfos | ( | const std::string & | apath, |
const std::string & | aname | ||
) |
Constructor.
apath | the path to the file |
aname | the file name, without the extension |