![]() |
Blamite Game Engine - Strings
00386.06.16.23.0646.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Structure to bundle together resource data. More...
#include <res.h>
Public Attributes | |
int | id |
The ID of the resource. More... | |
void * | resource_pointer |
Address of the resource data. More... | |
DWORD | size |
Size of the resource data. More... | |
Structure to bundle together resource data.
int BlamWin32ResourceData::id |
The ID of the resource.
void* BlamWin32ResourceData::resource_pointer |
Address of the resource data.
DWORD BlamWin32ResourceData::size |
Size of the resource data.