|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_mods.h>
Data Fields | |
| DTTR_Mods_LogFn | log |
| DTTR_Mods_LogIsEnabledFn | log_is_enabled |
| DTTR_Mods_LogFn | log_unchecked |
| uint32_t | struct_size |
| uint32_t | abi_version |
| uint32_t | flags |
| DTTR_Mods_WriteExceptionReportFn | write_exception_report |
Definition at line 54 of file dttr_mods.h.
| uint32_t DTTR_Mods_API::abi_version |
Definition at line 59 of file dttr_mods.h.
Referenced by DTTR_Mods_GetWriteExceptionReportFn().
| uint32_t DTTR_Mods_API::flags |
Definition at line 60 of file dttr_mods.h.
| DTTR_Mods_LogFn DTTR_Mods_API::log |
Definition at line 55 of file dttr_mods.h.
| DTTR_Mods_LogIsEnabledFn DTTR_Mods_API::log_is_enabled |
Definition at line 56 of file dttr_mods.h.
| DTTR_Mods_LogFn DTTR_Mods_API::log_unchecked |
Definition at line 57 of file dttr_mods.h.
| uint32_t DTTR_Mods_API::struct_size |
Definition at line 58 of file dttr_mods.h.
Referenced by DTTR_Mods_GetWriteExceptionReportFn(), and kvec_t().
| DTTR_Mods_WriteExceptionReportFn DTTR_Mods_API::write_exception_report |
Definition at line 61 of file dttr_mods.h.
Referenced by DTTR_Mods_GetWriteExceptionReportFn().