![]() |
Blamite Game Engine - Strings
00315.05.27.21.0015.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Data structure containing data for a bitfield bit. More...
#include <bitfield.h>
Public Attributes | |
std::string | id |
The ID of the bit. More... | |
bool | value |
The bit's value. More... | |
Data structure containing data for a bitfield bit.
std::string BlamBitfieldBitData::id |
The ID of the bit.
bool BlamBitfieldBitData::value |
The bit's value.