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.
|
#include <texture.h>
Public Member Functions | |
Texture () | |
~Texture () | |
AssetType | GetAssetType () override |
Public Member Functions inherited from cqsp::asset::Asset | |
virtual | ~Asset ()=default |
Public Attributes | |
int | width |
int | height |
unsigned int | id |
int | texture_type |
Public Attributes inherited from cqsp::asset::Asset | |
std::string | path |
int | accessed = 0 |
cqsp::asset::Texture::Texture | ( | ) |
cqsp::asset::Texture::~Texture | ( | ) |
|
inlineoverridevirtual |
Implements cqsp::asset::Asset.
int cqsp::asset::Texture::height |
unsigned int cqsp::asset::Texture::id |
int cqsp::asset::Texture::texture_type |
int cqsp::asset::Texture::width |