kemono: add support

This commit is contained in:
2024-09-11 13:31:23 +02:00
parent ac0f9f0587
commit 068651b6fa
29 changed files with 1307 additions and 154 deletions

View File

@ -4,4 +4,6 @@
#include "config.h"
void unity_hook_init(const struct unity_config *cfg, HINSTANCE self);
typedef void (*unity_hook_callback_func)(HMODULE, const wchar_t*);
void unity_hook_init(const struct unity_config *cfg, HINSTANCE self, unity_hook_callback_func callback);