GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
gf_resource_entry_t Struct Reference

Resource entry. More...

#include <gf_type/resource.h>

Data Fields

char * key
 Entry name.
 
unsigned int address
 Location in file.
 
unsigned int size
 Size.
 

Detailed Description

Resource entry.

Definition at line 45 of file resource.h.

Field Documentation

◆ address

gf_resource_entry_t::address

Location in file.

Definition at line 45 of file resource.h.

◆ key

gf_resource_entry_t::key

Entry name.

Definition at line 45 of file resource.h.

◆ size

gf_resource_entry_t::size

Size.

Definition at line 45 of file resource.h.


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