mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +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();
|
|
} |