Blamite Game Engine - blam!  00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
tag_block Struct Reference

#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...
 

Member Data Documentation

◆ block_identifier

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.

◆ entry_count

int tag_block::entry_count = 0

The number of entries within the tag block.

◆ entry_data_address

void* tag_block::entry_data_address

The address of the blocks' entry data.

◆ entry_size

int tag_block::entry_size = 0

The size of each block entry.


The documentation for this struct was generated from the following file: