summaryrefslogtreecommitdiff
path: root/programs/programs.h
blob: dbe14e2cc84c5d558a1ac1fb977abd07ae128d45 (plain) (blame)
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;