From 9de0b7f8937b7f6ce990132609f0b26851b31f2b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 15:36:22 +0100 Subject: Monitor CPU --- debug.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debug.cpp (limited to 'debug.cpp') diff --git a/debug.cpp b/debug.cpp new file mode 100644 index 0000000..09c9fcc --- /dev/null +++ b/debug.cpp @@ -0,0 +1,3 @@ +#include "debug.h" + +debug_ostream debug_cout; -- cgit v1.2.3