]> Dogcows Code - chaz/yoink/blobdiff - src/Hud.hh
converted tilemap scripts to lua
[chaz/yoink] / src / Hud.hh
index 966ae43bf54a553ace4aedefe65a98eed98c1d17..f386fd4b73731ec12918f260cf13b8624e706221 100644 (file)
 #include <Moof/Layer.hh>
 #include <Moof/Math.hh>
 #include <Moof/Rectangle.hh>
-#include <Moof/Tilemap.hh>
+
+#include "Tilemap.hh"
 
 
 class ProgressBar : public Mf::Drawable
 {
 public:
 
-       ProgressBar(const Mf::Tilemap& tilemap, Mf::Tilemap::Index index);
+       ProgressBar(const Tilemap& tilemap, Tilemap::Index index);
 
        void resize(const Mf::Rectangle& rect);
 
@@ -60,7 +61,7 @@ private:
        Mf::Vector2     vertices_[8];
        Mf::Scalar      width_;
 
-       Mf::Tilemap     tilemap_;
+       Tilemap         tilemap_;
        Mf::Scalar      texCoords_[8];
        Mf::Scalar      midCoords_[2];
 };
@@ -105,7 +106,7 @@ private:
        ProgressBar     bar2_;
 
        unsigned        number_;
-       Mf::Tilemap     font_;
+       Tilemap         font_;
 
        Mf::Matrix4     projection_;
 };
This page took 0.018996 seconds and 4 git commands to generate.