X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FTilemap.hh;fp=src%2FTilemap.hh;h=671780a526f8595964e438087649a5de407c95f2;hb=a31d65a998121df0651c57bfb68782e2a07d2e2f;hp=163b45af434aa78289412064904c95ba6ec55f20;hpb=31d52677b38d935297d132bdbd956c655cd3feee;p=chaz%2Fyoink 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; };