]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.hh
converted tilemap scripts to lua
[chaz/yoink] / src / TilemapFont.hh
index 5ec906465f6701e8478bae4d0dd57fdc7748b0cf..059b94a0d1066b936e5ce1352456110c4a1e5018 100644 (file)
  * Text on the screen.
  */
 
-#include "tilemap.hh"
+#include "Tilemap.hh"
 
 
-class TilemapFont : public dc::tilemap
+class TilemapFont : public 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],
+                       Tilemap::Orientation what = Tilemap::NORMAL);
 };
 
 
This page took 0.017054 seconds and 4 git commands to generate.