diff options
| author | uvok | 2026-01-11 10:45:59 +0100 |
|---|---|---|
| committer | uvok | 2026-01-11 10:45:59 +0100 |
| commit | acd85c5766ae4fd4c7a961369540b3b5b4b4f146 (patch) | |
| tree | 6fd6c67422eefd4246d6799e2c6bb9048d512a0a /nandgame/cpp/disas.h | |
| parent | 6fa7f23d02e90b45380eab7f1779af7c58aa3006 (diff) | |
Move around stuff, split UI
Diffstat (limited to 'nandgame/cpp/disas.h')
| -rw-r--r-- | nandgame/cpp/disas.h | 4 |
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); |
