X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTilemap.cc;h=b15d07f29a3900cb3e41e266491cf97482fdbb97;hp=232d0034c72186ad4963d3cbdfae03fa6be979ee;hb=bffc879fc8ee8167bb123310d39fad4e2f426ffd;hpb=a31d65a998121df0651c57bfb68782e2a07d2e2f diff --git a/src/Tilemap.cc b/src/Tilemap.cc index 232d003..b15d07f 100644 --- a/src/Tilemap.cc +++ b/src/Tilemap.cc @@ -26,17 +26,17 @@ *******************************************************************************/ -#include +#include #include #include #include "Tilemap.hh" -struct Tilemap::Impl : public Mf::Mippleton +struct Tilemap::Impl : public Mf::Library { Impl(const std::string& name) : - Mf::Mippleton(name), + Mf::Library(name), mMagFilter(GL_NEAREST), mMinFilter(GL_NEAREST), mTilesS(1),