mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 14:25:37 +08:00
8 lines
124 B
C++
8 lines
124 B
C++
|
|
namespace mages{
|
|
|
|
std::wstring readString(uintptr_t address,int _idx) ;
|
|
}
|
|
namespace hookmages{
|
|
bool MAGES();
|
|
} |