 |
Blamite Game Engine - blam!
00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
|
Namespace surrounding all major engine components.
Definition: blam_api.h:17
BLAM HRESULT GetResource(int res_id, const char *res_type, Resource *res)
Retrieves the specified resource as a Resource structure, containing access to the raw binary data.
Definition: res.cpp:81
Structure to bundle together resource data.
Definition: res.h:22
void * resource_pointer
Address of the resource data.
Definition: res.h:25
#define BLAM
Definition: res.h:7
BLAM std::string GetTextResource(int res_id, const char *res_type)
Retrieves the specified resource as a text resource.
Definition: res.cpp:7
int id
The ID of the resource.
Definition: res.h:24
BLAM std::string GetHTMLResource(int res_id)
Retrieves the specified resource as an HTML resource.
Definition: res.cpp:44
DWORD size
Size of the resource data.
Definition: res.h:26