|
libmsx
C library for MSX
|
Data types and functions for accessing embedded resources. More...
#include "bmem.h"
Include dependency graph for resources.h:Go to the source code of this file.
Data Structures | |
| struct | ResourceIndex |
| Index record of an embedded resource. More... | |
Macros | |
| #define | RESOURCES_H_ |
Typedefs | |
| typedef struct ResourceIndex | ResourceIndex |
| Index record of an embedded resource. | |
Functions | |
| const ResourceIndex * | resource_find (const char *path) |
| Find an embedded resource by name. | |
| void | resource_copy_to_vmem (const char *path, vmemptr_t dst) |
| Copy a resource in banked memory to VRAM. | |
| void | resource_bload_s (const char *path) |
Load a BSAVE formatted binary resource in banked memory into VRAM. | |
| void | resource_bload (const char *path, void *buf, size_t buf_size) |
Load a BSAVE formatted binary resource in banked memory into RAM. | |
Data types and functions for accessing embedded resources.
Definition in file resources.h.