| 115 | } |
| 116 | |
| 117 | static void CreatePluginCallback(void * this_ptr, OpenRGBPluginEntry* plugin) |
| 118 | { |
| 119 | OpenRGBDialog2 * this_obj = (OpenRGBDialog2 *)this_ptr; |
| 120 | |
| 121 | this_obj->AddPlugin(plugin); |
| 122 | } |
| 123 | |
| 124 | static void DeletePluginCallback(void * this_ptr, OpenRGBPluginEntry* plugin) |
| 125 | { |