]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Tilemap.hh
dispatcher alias methods
[chaz/yoink] / src / Moof / Tilemap.hh
index f05688658cb659763d78d830f04bf9497b19f43a..942a5e9c899d42ef6152a9fc7df8402ded3050d2 100644 (file)
@@ -58,6 +58,7 @@ public:
         */
 
        typedef unsigned Index;
+       static const Index NO_TILE = -1;
 
        typedef enum
        {
@@ -96,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.018039 seconds and 4 git commands to generate.