|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Data Fields | |
| const char * | hook_name |
| const char * | import_name |
| void * | callback |
| DTTR_Core_Hook * | handle |
| void* mss_import_hook::callback |
Definition at line 17 of file mss_sdl.c.
Referenced by install_mss_import_hook().
| DTTR_Core_Hook* mss_import_hook::handle |
Definition at line 18 of file mss_sdl.c.
Referenced by dttr_mss_sdl_release_hooks(), and install_mss_import_hook().
| const char* mss_import_hook::hook_name |
Definition at line 15 of file mss_sdl.c.
Referenced by dttr_mss_sdl_release_hooks(), and install_mss_import_hook().
| const char* mss_import_hook::import_name |
Definition at line 16 of file mss_sdl.c.
Referenced by install_mss_import_hook().