added unity debug hook for testing
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user