![]() |
Blamite Game Engine - blam!
00310.02.05.21.0336.blamite
The core library for the Blamite Game Engine.
|
Structure representing a data reference. More...
#include <tags.h>
Public Member Functions | |
data_reference () | |
Public Attributes | |
char | identifier [8] |
void * | data_address = nullptr |
int | data_size = 0 |
Structure representing a data reference.
Data references allow for tags to store variable-sized, arbitrary data. This data can be anything from a string of text, audio data, or anything else that requires the storage of generic data within a tag.
|
inline |
void* data_reference::data_address = nullptr |
int data_reference::data_size = 0 |
char data_reference::identifier[8] |