#pragma once
#include "pch.h"
enum class MemoryType;
struct AddressInfo
{
int32_t Address;
MemoryType Type;
};