35#ifndef LIBTCOD_TILESET_FALLBACK_HPP_
36#define LIBTCOD_TILESET_FALLBACK_HPP_
45inline auto new_fallback_tileset(
const std::array<int, 2>& tile_size = {0, 12}) -> TilesetPtr {
46 TilesetPtr tileset{TCOD_tileset_load_fallback_font_(tile_size.at(0), tile_size.at(1))};
const char * TCOD_get_error(void)
Return the last error message.
The libtcod namespace.
Definition color.hpp:45
Last resort local font module.