summaryrefslogtreecommitdiff
path: root/nandgame/cpp/disas.h
diff options
context:
space:
mode:
authoruvok2026-01-11 10:45:59 +0100
committeruvok2026-01-11 10:45:59 +0100
commitacd85c5766ae4fd4c7a961369540b3b5b4b4f146 (patch)
tree6fd6c67422eefd4246d6799e2c6bb9048d512a0a /nandgame/cpp/disas.h
parent6fa7f23d02e90b45380eab7f1779af7c58aa3006 (diff)
Move around stuff, split UI
Diffstat (limited to 'nandgame/cpp/disas.h')
-rw-r--r--nandgame/cpp/disas.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nandgame/cpp/disas.h b/nandgame/cpp/disas.h
index 1f04268..d075fce 100644
--- a/nandgame/cpp/disas.h
+++ b/nandgame/cpp/disas.h
@@ -1,4 +1,6 @@
-#include <string>
+#pragma once
+
#include <cstdint>
+#include <string>
std::string print_decoded(uint16_t ins, bool simplify);