maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
RetroFlat Assets API

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

Collaboration diagram for RetroFlat Assets API:

Macros

#define retroflat_cmp_asset_path(a, b)   strncmp( a, b, RETROFLAT_PATH_MAX )
 Compare two asset paths. Return 0 if they're the same.
 

Typedefs

typedef char retroflat_asset_path[RETROFLAT_PATH_MAX]
 Path/name used to load an asset from disk.
 

Detailed Description

Functions and macros for handling graphical asset files.

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