|
maug
Quick and dirty C mini-augmentation library.
|
Provides some common dialog types using RetroGUI API and RetroFlat Window API. More...

Files | |
| file | retrodlg.h |
Macros | |
| #define | RETRODLG_TRACE_LVL 0 |
| #define | RETRODLG_IDC_CHAT_LABEL 100 |
| #define | RETRODLG_IDC_CHAT_PORTRAIT 200 |
Functions | |
| MERROR_RETVAL | retrodlg_chat_update (const maug_path portrait_path, const char *msg, size_t msg_sz, size_t chat_idc, struct MDATA_VECTOR *win_stack) |
| MERROR_RETVAL | retrodlg_chat_show_ui (retroflat_pxxy_t x, retroflat_pxxy_t y, retroflat_pxxy_t w, retroflat_pxxy_t h, const maug_path font_path, size_t chat_idc, uint8_t win_flags, struct MDATA_VECTOR *win_stack) |
Provides some common dialog types using RetroGUI API and RetroFlat Window API.