|
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.
|
The base class for assets. More...
#include <asset.h>
Public Member Functions | |
| virtual | ~Asset ()=default |
| virtual AssetType | GetAssetType ()=0 |
| virtual void | PostLoad (AssetManager &) |
Public Attributes | |
| std::string | path |
| int | accessed = 0 |
The base class for assets.
|
virtualdefault |
|
pure virtual |
|
inlinevirtual |
Reimplemented in cqsp::asset::Model.
| int cqsp::asset::Asset::accessed = 0 |
| std::string cqsp::asset::Asset::path |