]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.hh
improved new vorbisfile compatibility
[chaz/yoink] / src / TilemapFont.hh
index 5ec906465f6701e8478bae4d0dd57fdc7748b0cf..04d9e1e46837fb56694316a840ed430f87820137 100644 (file)
  * Text on the screen.
  */
 
-#include "tilemap.hh"
+#include <Moof/Tilemap.hh>
 
 
-class TilemapFont : public dc::tilemap
+class TilemapFont : public Mf::Tilemap
 {
 public:
-       struct exception : public std::runtime_error
-       {
-               explicit exception(const std::string& what_arg) :
-                       std::runtime_error(what_arg) {}
-       };
-
        TilemapFont();
 
-       void getTileCoords(char symbol, dc::scalar coords[8],
-                       dc::tilemap::orientation what = dc::tilemap::normal);
+       void getTileCoords(char symbol, Mf::Scalar coords[8],
+                       Mf::Tilemap::Orientation what = Mf::Tilemap::NORMAL);
 };
 
 
This page took 0.018123 seconds and 4 git commands to generate.