summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--programs/programs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/programs/programs.h b/programs/programs.h
new file mode 100644
index 0000000..dbe14e2
--- /dev/null
+++ b/programs/programs.h
@@ -0,0 +1,7 @@
1#pragma once
2
3#include <cstdint>
4#include <map>
5#include <string>
6
7extern const std::map<std::string, std::uint8_t *> programs;