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