maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
Todo List
Module maug_retroflt_assets

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

Global retroflat_blit_bitmap (struct RETROFLAT_BITMAP *target, struct RETROFLAT_BITMAP *src, int s_x, int s_y, int d_x, int d_y, int16_t w, int16_t h)
Currently s_x, s_y, w, and h are not functional on all platforms!
Global RETROFLAT_FLAGS_ALL_CAPS
This has not yet been implemented and is present for backward compatibility.
Global RETROFLAT_FLAGS_OUTLINE
This has not yet been implemented and is present for backward compatibility.
Global RETROFLAT_FPS
FPS currently has no effect in Allegro.
Global retroflat_message (uint8_t flags, const char *title, const char *format,...)
This should display a dialog box on every platform if possible.