X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FCharacter.hh;h=2894c5ebcd35f0591840b9cf33a6514a915358f4;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hp=b1965ce7dd129076ff82b3af3484ae3599157270;hpb=c2321281bf12a7efaedde930422c7ddbc92080d4;p=chaz%2Fyoink diff --git a/src/Character.hh b/src/Character.hh index b1965ce..2894c5e 100644 --- a/src/Character.hh +++ b/src/Character.hh @@ -50,13 +50,6 @@ public: 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;