#pragma once #include #include #include namespace ResourceDASM { extern const std::map REGION_NAMES; extern const std::map STANDARD_FONT_NAMES; const char* name_for_region_code(uint16_t region_code); const char* name_for_font_id(uint16_t font_id); } // namespace ResourceDASM