X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTilemapFont.hh;h=98a3a13ce1431c7589eb61e2d34dc8bd401ebcbe;hp=04d9e1e46837fb56694316a840ed430f87820137;hb=cfe38a72ab859538db6269bc9b97f55e8f1f8709;hpb=16d1a05b0777e97a45c48e2874aa4e5cc791282e diff --git a/src/TilemapFont.hh b/src/TilemapFont.hh index 04d9e1e..98a3a13 100644 --- a/src/TilemapFont.hh +++ b/src/TilemapFont.hh @@ -34,16 +34,17 @@ * 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); };