maug
Quick and dirty C mini-augmentation library.
Macros | Typedefs | Functions
RetroFlat Assets API

Functions and macros for handling graphical asset files. More...

Collaboration diagram for RetroFlat Assets API:

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)
 

Detailed Description

Functions and macros for handling graphical asset files.

Todo:
This is kind of a mess and needs better integration with the rest!