LunaHook-mirror/LunaHook/engines/mages/mages.h

8 lines
142 B
C
Raw Normal View History

2024-03-21 17:57:04 +08:00
#include"engine.h"
namespace mages{
std::wstring readString(uintptr_t address,int _idx) ;
}
namespace hookmages{
bool MAGES();
}