]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.hh
initial mesh testing
[chaz/yoink] / src / TilemapFont.hh
index c0a8ea6b774f1efd43055526206c2b93660d2b04..3a7d378bccedde576340338fcbebcbca271054d5 100644 (file)
  * Text on the screen.
  */
 
-#include <Moof/Texture.hh>
+#include <moof/sprite.hh>
 
 
-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_
This page took 0.019988 seconds and 4 git commands to generate.