|
maug
Quick and dirty C mini-augmentation library.
|
Functions and macros for handling graphical asset files. More...

Macros | |
| #define | mfile_cmp_path(a, b) strncmp( a, b, MAUG_PATH_SZ_MAX ) |
| Compare two asset paths. Return 0 if they're the same. | |
Typedefs | |
| typedef char | maug_path[MAUG_PATH_SZ_MAX] |
| Path/name used to load an asset from disk or access other files. More... | |
Functions | |
| MERROR_RETVAL | mfile_assign_path (maug_path tgt, const maug_path src, uint8_t flags) |
| Copy a maug_path from one place to another, safely observing character limits, etc. | |
Functions and macros for handling graphical asset files.
| typedef char maug_path[MAUG_PATH_SZ_MAX] |
Path/name used to load an asset from disk or access other files.