![]() |
Blamite Game Engine - Strings
00311.03.29.21.1456.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Structure representing a tag or plugin revision. More...
#include <tags.h>
Public Attributes | |
std::string | author |
The revision author. More... | |
int | version |
The revision version. More... | |
std::string | description |
The description of the revision. More... | |
Structure representing a tag or plugin revision.
std::string BlamRevision::author |
The revision author.
std::string BlamRevision::description |
The description of the revision.
int BlamRevision::version |
The revision version.