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/Debugger.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/Debugger.hpp (limited to 'src/Debugger.hpp') diff --git a/src/Debugger.hpp b/src/Debugger.hpp new file mode 100644 index 0000000..fed6f93 --- /dev/null +++ b/src/Debugger.hpp @@ -0,0 +1,16 @@ +#pragma once +#include +#include + +#include "SDL_stuff.hpp" +#include "Common.hpp" + +namespace DMG01 +{ + class Debugger_Window : public Generic_SDL_Window + { + public: + char* debug_info_string; + void read_debug_info(); + }; +} -- cgit v1.3