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 <text.h>
Public Member Functions | |
AssetType | GetAssetType () override |
Public Member Functions inherited from cqsp::asset::Asset | |
virtual | ~Asset ()=default |
Public Attributes | |
std::map< unsigned char, Character > | characters |
unsigned int | VAO |
unsigned int | VBO |
unsigned int | texture |
float | initial_size |
Public Attributes inherited from cqsp::asset::Asset | |
std::string | path |
int | accessed = 0 |
|
inlineoverridevirtual |
Implements cqsp::asset::Asset.
std::map<unsigned char, Character> cqsp::asset::Font::characters |
float cqsp::asset::Font::initial_size |
unsigned int cqsp::asset::Font::texture |
unsigned int cqsp::asset::Font::VAO |
unsigned int cqsp::asset::Font::VBO |