|
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 | retroflat_asset_path[MAUG_PATH_SZ_MAX+1] |
| Path/name used to load an asset from disk. | |
Functions | |
| MERROR_RETVAL | mfile_assign_path (retroflat_asset_path tgt, const retroflat_asset_path src, uint8_t flags) |
Functions and macros for handling graphical asset files.