Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | Public Attributes | List of all members
cqsp::asset::TextDirectoryAsset Class Reference

Asset to store a directory of text files, and remembers the path of the assets. More...

#include <textasset.h>

Inheritance diagram for cqsp::asset::TextDirectoryAsset:
cqsp::asset::Asset

Public Member Functions

AssetType GetAssetType () override
 
- Public Member Functions inherited from cqsp::asset::Asset
virtual ~Asset ()=default
 

Public Attributes

std::map< std::string, PathedTextAssetpaths
 
- Public Attributes inherited from cqsp::asset::Asset
std::string path
 
int accessed = 0
 

Detailed Description

Asset to store a directory of text files, and remembers the path of the assets.

Member Function Documentation

◆ GetAssetType()

AssetType cqsp::asset::TextDirectoryAsset::GetAssetType ( )
inlineoverridevirtual

Implements cqsp::asset::Asset.

Member Data Documentation

◆ paths

std::map<std::string, PathedTextAsset> cqsp::asset::TextDirectoryAsset::paths

The documentation for this class was generated from the following file: