]> Dogcows Code - chaz/yoink/blobdiff - src/Tilemap.hh
minor refactoring and state progress
[chaz/yoink] / src / Tilemap.hh
index 163b45af434aa78289412064904c95ba6ec55f20..671780a526f8595964e438087649a5de407c95f2 100644 (file)
@@ -50,6 +50,7 @@
 class Tilemap : public Mf::Texture
 {
 public:
+
        /**
         * Possible orientations for texture coordinates.
         */
@@ -97,8 +98,9 @@ public:
        static std::string getPath(const std::string& name);
 
 private:
+
        class Impl;
-       boost::shared_ptr<Impl> impl_;
+       boost::shared_ptr<Impl> mImpl;
 };
 
 
This page took 0.016401 seconds and 4 git commands to generate.