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 <assetprototype.h>
Public Member Functions | |
virtual int | GetPrototypeType () |
Public Attributes | |
std::string | key |
Asset * | asset |
Store the asset here so that at least we have the promise of an asset to the thing More... | |
Asset Prototypes are for assets that need additional processing in the main thread, such as images.
|
inlinevirtual |
Asset* cqsp::asset::AssetPrototype::asset |
Store the asset here so that at least we have the promise of an asset to the thing
std::string cqsp::asset::AssetPrototype::key |