]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.hh
converted tilemap scripts to lua
[chaz/yoink] / src / TilemapFont.hh
index 04d9e1e46837fb56694316a840ed430f87820137..059b94a0d1066b936e5ce1352456110c4a1e5018 100644 (file)
  * Text on the screen.
  */
 
-#include <Moof/Tilemap.hh>
+#include "Tilemap.hh"
 
 
-class TilemapFont : public Mf::Tilemap
+class TilemapFont : public Tilemap
 {
 public:
        TilemapFont();
 
        void getTileCoords(char symbol, Mf::Scalar coords[8],
-                       Mf::Tilemap::Orientation what = Mf::Tilemap::NORMAL);
+                       Tilemap::Orientation what = Tilemap::NORMAL);
 };
 
 
This page took 0.018215 seconds and 4 git commands to generate.