The base class for assets.
Definition: asset.h:157
Definition: assetprototype.h:37
virtual int GetPrototypeType()
Definition: assetprototype.h:44
std::string key
Definition: assetprototype.h:39
Asset * asset
Store the asset here so that at least we have the promise of an asset to the thing
Definition: assetprototype.h:43
PrototypeType
Definition: assetprototype.h:24
@ FONT
Font prototype.
Definition: assetprototype.h:28
@ NONE
Definition: assetprototype.h:25
@ SHADER
shader prototype
Definition: assetprototype.h:27
@ TEXTURE
texture prototype
Definition: assetprototype.h:26
@ CUBEMAP
cubemap prototype
Definition: assetprototype.h:29
@ MODEL
Model prototype.
Definition: assetprototype.h:30