]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Texture.hh
preliminary physics, sound, hud
[chaz/yoink] / src / Moof / Texture.hh
index 9d17eb8f66254dee136d41647eb76263c0d4ed40..cdb6059ceff00d039a41a8b68f6bae45a543f84c 100644 (file)
@@ -63,7 +63,7 @@ public:
        void setWrapS(GLuint wrap);
        void setWrapT(GLuint wrap);
 
-       static std::string getPathToResource(const std::string& name);
+       static std::string getPath(const std::string& name);
 
        struct Exception : std::runtime_error
        {
@@ -72,8 +72,8 @@ public:
        };
 
 private:
-       class TextureImpl;
-       boost::shared_ptr<TextureImpl> impl_;
+       class Impl;
+       boost::shared_ptr<Impl> impl_;
 };
 
 
This page took 0.018948 seconds and 4 git commands to generate.