mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 06:15:35 +08:00
8 lines
142 B
C
8 lines
142 B
C
|
#include"engine.h"
|
|||
|
namespace mages{
|
|||
|
|
|||
|
std::wstring readString(uintptr_t address,int _idx) ;
|
|||
|
}
|
|||
|
namespace hookmages{
|
|||
|
bool MAGES();
|
|||
|
}
|