Added the prototype for the radar function

This commit is contained in:
ALittlePatate
2022-01-02 16:58:07 +01:00
parent ec914914f7
commit 83efe702fb
6 changed files with 51 additions and 10 deletions

View File

@@ -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);
}
}