X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTilemapFont.hh;h=04d9e1e46837fb56694316a840ed430f87820137;hp=5ec906465f6701e8478bae4d0dd57fdc7748b0cf;hb=7e898e8ec0ff716e2fc722b883a626a6c346f107;hpb=7d15b919681bb9ec0088b4b27c6abf62d6dfb9b1 diff --git a/src/TilemapFont.hh b/src/TilemapFont.hh index 5ec9064..04d9e1e 100644 --- a/src/TilemapFont.hh +++ b/src/TilemapFont.hh @@ -34,22 +34,16 @@ * Text on the screen. */ -#include "tilemap.hh" +#include -class TilemapFont : public dc::tilemap +class TilemapFont : public Mf::Tilemap { public: - struct exception : public std::runtime_error - { - explicit exception(const std::string& what_arg) : - std::runtime_error(what_arg) {} - }; - TilemapFont(); - void getTileCoords(char symbol, dc::scalar coords[8], - dc::tilemap::orientation what = dc::tilemap::normal); + void getTileCoords(char symbol, Mf::Scalar coords[8], + Mf::Tilemap::Orientation what = Mf::Tilemap::NORMAL); };