X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTilemapFont.hh;h=059b94a0d1066b936e5ce1352456110c4a1e5018;hp=04d9e1e46837fb56694316a840ed430f87820137;hb=23d8f7a5fbd1eca7f46f2342c20ac5e28ae0128a;hpb=fa9438c66ae0154e6d9ad196e0fb39649d359da4 diff --git a/src/TilemapFont.hh b/src/TilemapFont.hh index 04d9e1e..059b94a 100644 --- a/src/TilemapFont.hh +++ b/src/TilemapFont.hh @@ -34,16 +34,16 @@ * Text on the screen. */ -#include +#include "Tilemap.hh" -class TilemapFont : public Mf::Tilemap +class TilemapFont : public Tilemap { public: TilemapFont(); void getTileCoords(char symbol, Mf::Scalar coords[8], - Mf::Tilemap::Orientation what = Mf::Tilemap::NORMAL); + Tilemap::Orientation what = Tilemap::NORMAL); };