]> Dogcows Code - chaz/yoink/blobdiff - src/moof/sprite.hh
use only triangles; no quads
[chaz/yoink] / src / moof / sprite.hh
index 3cee87281382c85800ead800267bd0190172ad18..3e3d17934ce04e6f32d537f41d0d96067eb71935 100644 (file)
@@ -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;
This page took 0.021758 seconds and 4 git commands to generate.