]> Dogcows Code - chaz/yoink/blobdiff - src/Tilemap.cc
renamed mippleton to library
[chaz/yoink] / src / Tilemap.cc
index 232d0034c72186ad4963d3cbdfae03fa6be979ee..b15d07f29a3900cb3e41e266491cf97482fdbb97 100644 (file)
 
 *******************************************************************************/
 
-#include <Moof/Mippleton.hh>
+#include <Moof/Library.hh>
 #include <Moof/OpenGL.hh>
 #include <Moof/Script.hh>
 
 #include "Tilemap.hh"
 
 
-struct Tilemap::Impl : public Mf::Mippleton<Impl>
+struct Tilemap::Impl : public Mf::Library<Impl>
 {
        Impl(const std::string& name) :
-               Mf::Mippleton<Impl>(name),
+               Mf::Library<Impl>(name),
                mMagFilter(GL_NEAREST),
                mMinFilter(GL_NEAREST),
                mTilesS(1),
This page took 0.019386 seconds and 4 git commands to generate.