#ifndef _RWLIB_FONTS_FONTMAPGTA3_HPP_ #define _RWLIB_FONTS_FONTMAPGTA3_HPP_ #include "FontMap.hpp" #include /** * Commong font mapping of all fonts. */ extern const FontMap fontmap_gta3_font_common; /** * Array of all font mappings. */ extern const std::array fontmaps_gta3_font; #endif