From 32837712fedf4557ff44df7d5b8ddbd40c5f7990 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Fri, 23 Jan 2026 15:15:48 +0100 Subject: Stupid problems with the old git repo. New one, unfortunately. --- src/Memory.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/Memory.hpp (limited to 'src/Memory.hpp') diff --git a/src/Memory.hpp b/src/Memory.hpp new file mode 100644 index 0000000..eecb0dd --- /dev/null +++ b/src/Memory.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include + +namespace DMG01 +{ + class Memory + { + public: + std::unique_ptr space; + Memory(); + }; +} -- cgit v1.3