CRM64Pro GDK v0.11.0
A free cross-platform game development kit built on top of SDL 3.0
|
Public Attributes | |
eArchiveBlockStore | eABS |
void * | pData |
Uint32 | iSize |
char | sParam1 [CDCv1_sPARAM1] |
char | sParam2 [CDCv1_sPARAM2] |
Uint32 | iParam1 |
Uint32 | iParam2 |
Block CDC common block structure.
eArchiveBlockStore CRM64Pro::Archive::Block::eABS |
Check eArchiveBlockStore enum for further information. Common attribute for all CDC versions.
void* CRM64Pro::Archive::Block::pData |
Pointer to the raw data. Common attribute for all CDC versions.
Uint32 CRM64Pro::Archive::Block::iSize |
Size in bytes of the data. Common attribute for all CDC versions.
char CRM64Pro::Archive::Block::sParam1[CDCv1_sPARAM1] |
Custom attribute Param1 as char array. CDC v1.1 contains the name of the block.
char CRM64Pro::Archive::Block::sParam2[CDCv1_sPARAM2] |
Custom attribute Param2 as char array. CDC v1.1 contains the type of the block.
Uint32 CRM64Pro::Archive::Block::iParam1 |
Custom attribute Param1 as integer. CDC v1.1 contains the stored data size (information purposes only).
Uint32 CRM64Pro::Archive::Block::iParam2 |
Custom attribute Param2 as integer. CDC v1.1 contains the hash of the raw data (information purposes only).