1 2 3 4 5 6 7
#pragma once #include <cstdint> #include <map> #include <string> extern const std::map<std::string, std::uint8_t *> programs;