]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.hh
converted image management to resource handles
[chaz/yoink] / src / TilemapFont.hh
index 5820a5a6b7853a2ee11b17b666eebb7deef5726a..3a7d378bccedde576340338fcbebcbca271054d5 100644 (file)
  * Text on the screen.
  */
 
-#include <moof/texture.hh>
+#include <moof/sprite.hh>
 
 
+/*
 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_
This page took 0.024309 seconds and 4 git commands to generate.