]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Scene.hh
scene drawing correctly implemented; new classes
[chaz/yoink] / src / Moof / Scene.hh
index 66a54a97936c22c543203780b9a110cb076c9261..db25db7a42ea096c0e017e6b008ba5695fc039b0 100644 (file)
@@ -45,7 +45,8 @@ class Scene : public Resource, public Drawable
 public:
        Scene(const std::string& name);
 
-       void draw(Scalar alpha);
+       void draw(Scalar alpha) const;
+       void refresh();
 
        static std::string getPathToResource(const std::string& name);
 
This page took 0.018265 seconds and 4 git commands to generate.