Update Helper.hpp

This commit is contained in:
ApfelTeeSaft
2024-07-17 10:30:25 +02:00
parent a325e5d8db
commit 455cfc251c
+1
View File
@@ -1,6 +1,7 @@
#pragma once
#include "ThirdParty/MinHook/include/MinHook.h"
// Helper function to convert MH_STATUS to string
inline const char* MyMH_StatusToString(MH_STATUS status) {
switch (status) {
case MH_OK: return "MH_OK";