Added basic GUI, debugger and register view
diff --git a/gui.h b/gui.h
new file mode 100644
index 0000000..730db11
--- /dev/null
+++ b/gui.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "cpu.h"
+
+void gui(cpu_t *cpu);