#pragma once

#include "types.h"

/**
 * Compare the data at two memory addresses
 */
bool CompareMemory(const void* Addr1, const void* Addr2, u32 Length);