X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fmoof%2Fsprite.hh;h=3e3d17934ce04e6f32d537f41d0d96067eb71935;hb=ed04ddaaa59dcc42e375ec492dbda77f693530e9;hp=3cee87281382c85800ead800267bd0190172ad18;hpb=6945b41482b9549f21dcab251c3305b3f6756994;p=chaz%2Fyoink diff --git a/src/moof/sprite.hh b/src/moof/sprite.hh index 3cee872..3e3d179 100644 --- a/src/moof/sprite.hh +++ b/src/moof/sprite.hh @@ -31,11 +31,11 @@ class sprite public: sprite() {} - explicit sprite(const std::string& path, int tile = image::no_tile); + explicit sprite(const std::string& name, int tile = image::no_tile); explicit sprite(const image_handle& image, int tile = image::no_tile); explicit sprite(const sprite& sprite, int tile = image::no_tile); - void image(const std::string& path); + void image(const std::string& name); void tile(int tile); void bind() const;