Functions | |
void | PR_Resources_Clear (progs_t *pr) |
Clear all resources before loading a new progs. More... | |
void * | PR_Resources_Find (progs_t *pr, const char *name) |
Retrieve a resource registered with the VM. More... | |
void | PR_Resources_Init (progs_t *pr) |
Initialize the resource management fields. More... | |
void | PR_Resources_Register (progs_t *pr, const char *name, void *data, void(*clear)(progs_t *, void *)) |
Register a resource with a VM. More... | |