X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTilemap.hh;h=671780a526f8595964e438087649a5de407c95f2;hp=163b45af434aa78289412064904c95ba6ec55f20;hb=a31d65a998121df0651c57bfb68782e2a07d2e2f;hpb=23d8f7a5fbd1eca7f46f2342c20ac5e28ae0128a diff --git a/src/Tilemap.hh b/src/Tilemap.hh index 163b45a..671780a 100644 --- a/src/Tilemap.hh +++ b/src/Tilemap.hh @@ -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_; + boost::shared_ptr mImpl; };