CACAO
|
patcher_function_list More...
Data Fields | |
functionptr | patcher |
const char * | name |
patcher_function_list
This is a list which maps patcher function pointers to the according names of the patcher functions. It is only usefull for debugging purposes.
Definition at line 69 of file patcher-common.hpp.
const char * patcher_function_list_t::name |
Definition at line 71 of file patcher-common.hpp.
functionptr patcher_function_list_t::patcher |
Definition at line 70 of file patcher-common.hpp.