]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Tilemap.hh
preliminary physics, sound, hud
[chaz/yoink] / src / Moof / Tilemap.hh
index 80bede9a10967d0ca38e79cdfb2739e537f57a67..942a5e9c899d42ef6152a9fc7df8402ded3050d2 100644 (file)
@@ -97,11 +97,11 @@ public:
        bool getTileCoords(Index index, Scalar coords[8], Orientation what) const;
 
 
-       static std::string getPathToResource(const std::string& name);
+       static std::string getPath(const std::string& name);
 
 private:
-       class TilemapImpl;
-       boost::shared_ptr<TilemapImpl> impl_;
+       class Impl;
+       boost::shared_ptr<Impl> impl_;
 };
 
 
This page took 0.017136 seconds and 4 git commands to generate.