Blamite Game Engine - Blam (Core)
Blam::Utils::Res::Resource Struct Reference

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

Detailed Description

Structure to bundle together resource data.

Member Data Documentation

◆ id

int Blam::Utils::Res::Resource::id

The ID of the resource.

◆ resource_pointer

void* Blam::Utils::Res::Resource::resource_pointer

Address of the resource data.

◆ size

DWORD Blam::Utils::Res::Resource::size

Size of the resource data.


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