]> Dogcows Code - chaz/yoink/blobdiff - src/Hud.hh
sockets documentation and cleanup
[chaz/yoink] / src / Hud.hh
index bc8a313100e79d30315640e2eaac6ec78aab077f..0bc0a4676b12aad08a58053cb99fda89e1147418 100644 (file)
  */
 
 #include <Moof/Drawable.hh>
-#include <Moof/Layer.hh>
 #include <Moof/Math.hh>
 //#include <Moof/Rectangle.hh>
 #include <Moof/Texture.hh>
+#include <Moof/View.hh>
 
 #include "GameState.hh"
 
@@ -58,16 +58,16 @@ private:
 class Hud;
 typedef boost::shared_ptr<Hud> HudP;
 
-class Hud : public Mf::Layer
+class Hud : public Mf::View
 {
 public:
 
-       Hud(GameState& state);
-
        static HudP alloc(GameState& state)
        {
                return HudP(new Hud(state));
        }
+       Hud(GameState& state);
+
 
        void setBar1Progress(Mf::Scalar progress)
        {
This page took 0.018212 seconds and 4 git commands to generate.