diff options
| author | Julian Blake Kongslie | 2022-10-15 12:23:23 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-15 12:26:13 -0700 |
| commit | f06ab846e3e297007afe65d9f815afff4638af0d (patch) | |
| tree | 9e84c022a17afae0c1a292deb9b0ad2c8fa8acec /programs/programs.h | |
| parent | Implement most of the OPR instructions. (diff) | |
| download | biggolf-f06ab846e3e297007afe65d9f815afff4638af0d.tar.xz | |
Automatically discover programs and incorporate into the binary
Diffstat (limited to 'programs/programs.h')
| -rw-r--r-- | programs/programs.h | 7 |
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 | |||
| 7 | extern const std::map<std::string, std::uint8_t *> programs; | ||
