X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTilemapFont.hh;h=3a7d378bccedde576340338fcbebcbca271054d5;hp=5820a5a6b7853a2ee11b17b666eebb7deef5726a;hb=382626aad0a683ed8642a6a807eea743db45f7f8;hpb=1da520638918096276158ecdfaeebc14a3d70be7 diff --git a/src/TilemapFont.hh b/src/TilemapFont.hh index 5820a5a..3a7d378 100644 --- a/src/TilemapFont.hh +++ b/src/TilemapFont.hh @@ -17,9 +17,10 @@ * Text on the screen. */ -#include +#include +/* class TilemapFont : public moof::texture { public: @@ -29,6 +30,7 @@ public: void tile_coordinates(char symbol, moof::scalar coords[8], moof::texture::orientation what = moof::texture::normal); }; +*/ #endif // _TILEMAPFONT_HH_