]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.hh
fixed up video and texture handling
[chaz/yoink] / src / TilemapFont.hh
index 56a2d4bcfcc1e62348198a320a88c7f56517c8ec..04d9e1e46837fb56694316a840ed430f87820137 100644 (file)
 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, Mf::Scalar coords[8],
This page took 0.016529 seconds and 4 git commands to generate.