Added the prototype for the radar function
This commit is contained in:
@@ -161,5 +161,4 @@ namespace Mem {
|
||||
template<typename T> void WPM(SIZE_T address, T buffer) {
|
||||
WriteProcessMemory(process_handle, (LPVOID)address, &buffer, sizeof(buffer), NULL);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user