Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Resources::FileInfos Struct Reference

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.
 

Detailed Description

Properties of a resource file.

Constructor & Destructor Documentation

◆ FileInfos()

Resources::FileInfos::FileInfos ( const std::string &  apath,
const std::string &  aname 
)

Constructor.

Parameters
apaththe path to the file
anamethe file name, without the extension

The documentation for this struct was generated from the following files: