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