![]() |
Blamite Game Engine - blam!
00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
|
#include <tags.h>
Public Attributes | |
char | block_identifier [6] |
Special variable that is used for saving tag data to a file from within the engine. Should always be tbfd . More... | |
int | entry_size = 0 |
The size of each block entry. More... | |
void * | entry_data_address |
The address of the blocks' entry data. More... | |
int | entry_count = 0 |
The number of entries within the tag block. More... | |
char tag_block::block_identifier[6] |
Special variable that is used for saving tag data to a file from within the engine. Should always be tbfd
.
int tag_block::entry_count = 0 |
The number of entries within the tag block.
void* tag_block::entry_data_address |
The address of the blocks' entry data.
int tag_block::entry_size = 0 |
The size of each block entry.