X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FTilemapFont.hh;h=3a7d378bccedde576340338fcbebcbca271054d5;hb=382626aad0a683ed8642a6a807eea743db45f7f8;hp=c0a8ea6b774f1efd43055526206c2b93660d2b04;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827;p=chaz%2Fyoink diff --git a/src/TilemapFont.hh b/src/TilemapFont.hh index c0a8ea6..3a7d378 100644 --- a/src/TilemapFont.hh +++ b/src/TilemapFont.hh @@ -17,18 +17,20 @@ * Text on the screen. */ -#include +#include -class TilemapFont : public Mf::Texture +/* +class TilemapFont : public moof::texture { public: TilemapFont(); - void getTileCoords(char symbol, Mf::Scalar coords[8], - Mf::Texture::Orientation what = Mf::Texture::NORMAL); + void tile_coordinates(char symbol, moof::scalar coords[8], + moof::texture::orientation what = moof::texture::normal); }; +*/ #endif // _TILEMAPFONT_HH_