added unity debug hook for testing

This commit is contained in:
Jadis0x
2024-04-13 17:50:56 +03:00
parent c1516a1387
commit 3207e78657
4 changed files with 85 additions and 11 deletions

View File

@@ -12,4 +12,9 @@ bool HookDX11();
void CreateHooks();
bool InitializeHooks();
void DisableHooks();
void DisableHooks();
void hDebug_Log(app::Object* message, MethodInfo* method);
void hDebug_LogError(app::Object* message, MethodInfo* method);
void hDebug_LogException(app::Exception* exception, MethodInfo* method);
void hDebug_LogWarning(app::Object* message, MethodInfo* method);