]> Dogcows Code - chaz/yoink/blobdiff - src/Animation.hh
testing new non-autotools build system
[chaz/yoink] / src / Animation.hh
index ba3860113ba180a69f5c0ae276bf455879958199..3875b45f4819dccb880d4df763fbd676a8f4a708 100644 (file)
@@ -38,9 +38,6 @@ typedef boost::shared_ptr<Animation> AnimationP;
 
 class Animation : public moof::resource
 {
-       class impl;
-       boost::shared_ptr<impl> impl_;
-
 public:
 
        Animation(const std::string& name);
@@ -56,7 +53,11 @@ public:
        void update(moof::scalar t, moof::scalar dt);
        unsigned getFrame() const;
 
-       static bool find_path(std::string& name);
+
+private:
+
+       class impl;
+       boost::shared_ptr<impl> impl_;
 };
 
 
This page took 0.019721 seconds and 4 git commands to generate.