hooked: debug warning

This commit is contained in:
Jadis0x
2024-06-07 21:56:02 +03:00
parent 0b90598356
commit b644ca0fc4
2 changed files with 18 additions and 4 deletions

View File

@@ -15,6 +15,4 @@ bool InitializeHooks();
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);