LunaHook-mirror/LunaHook/engines/mages/mages.h
恍兮惚兮 eb123790e6 refactor
2024-03-21 18:29:50 +08:00

8 lines
142 B
C++

#include"engine.h"
namespace mages{
std::wstring readString(uintptr_t address,int _idx) ;
}
namespace hookmages{
bool MAGES();
}