#pragma once #include "types.h" /** * Compare the data at two memory addresses */ bool CompareMemory(void* Addr1, void* Addr2, uptr Length);