![]() |
GoldFish Engine
Quite simple and lightweight game engine
|
Resource entry. More...
#include <gf_type/resource.h>
Data Fields | |
char * | key |
Entry name. | |
unsigned int | address |
Location in file. | |
unsigned int | size |
Size. | |
Resource entry.
Definition at line 45 of file resource.h.
gf_resource_entry_t::address |
Location in file.
Definition at line 45 of file resource.h.
gf_resource_entry_t::key |
Entry name.
Definition at line 45 of file resource.h.
gf_resource_entry_t::size |
Size.
Definition at line 45 of file resource.h.