|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Go to the source code of this file.
Functions | |
| void | DTTR_Errors_SetMessageHandler (DTTR_ErrorMessageHandler handler) |
| void | DTTR_Errors_ShowMessage (const char *title, const char *message) |
Variables | |
| static DTTR_ErrorMessageHandler | message_handler |
| void DTTR_Errors_SetMessageHandler | ( | DTTR_ErrorMessageHandler | handler | ) |
Definition at line 6 of file errors.c.
References message_handler.
Referenced by dttr_launcher_main().
| void DTTR_Errors_ShowMessage | ( | const char * | title, |
| const char * | message ) |
Definition at line 10 of file errors.c.
References DTTR_SDL_ShowSimpleMessageBox(), message_handler, and NULL.
Referenced by dttr_graphics_init(), and write_child_dump().
|
static |
Definition at line 4 of file errors.c.
Referenced by DTTR_Errors_SetMessageHandler(), and DTTR_Errors_ShowMessage().