summaryrefslogtreecommitdiff
path: root/programs/programs.h
blob: 60fb725d94df453361eb1baf98383bc496e76e66 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include <cstdint>
#include <map>
#include <string>

extern const std::map<std::string, const std::uint8_t *> programs;