]> Dogcows Code - chaz/yoink/blobdiff - src/Character.hh
original sounds now included, converted by Neil
[chaz/yoink] / src / Character.hh
index b1965ce7dd129076ff82b3af3484ae3599157270..e39e7ff93bb9ad3de3e66ef6e1ed163e6a97df11 100644 (file)
@@ -45,18 +45,11 @@ public:
        Character(const std::string& name);
        ~Character();
 
-       void draw(Mf::Scalar alpha);
+       void draw(Mf::Scalar alpha) const;
 
        Mf::Tilemap& getTilemap();
        Mf::Animation& getAnimation();
 
-
-       struct Exception : public std::runtime_error
-       {
-               explicit Exception(const std::string& what_arg) :
-                       std::runtime_error(what_arg) {}
-       };
-
 private:
        Mf::Tilemap tilemap;
        Mf::Animation animation;
This page took 0.018674 seconds and 4 git commands to generate.