Horizon
Loading...
Searching...
No Matches
patch_type_names.hpp
1#pragma once
2#include "common.hpp"
3#include <map>
4#include <string>
5
6namespace horizon {
7extern std::map<PatchType, std::string> patch_type_names;
8}