mirror of
https://github.com/ApfelTeeSaft/F4Menu.git
synced 2026-08-26 19:23:28 +00:00
Update Helper.hpp
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user