X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FHud.hh;h=05882ed0121f439250925846594991335bb13cad;hp=1bb557633c6d73581d3d91b2336d7e5c2120cc8e;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=382626aad0a683ed8642a6a807eea743db45f7f8 diff --git a/src/Hud.hh b/src/Hud.hh index 1bb5576..05882ed 100644 --- a/src/Hud.hh +++ b/src/Hud.hh @@ -1,13 +1,11 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _HUD_HH_ #define _HUD_HH_ @@ -21,11 +19,11 @@ #include //#include #include -#include #include "GameState.hh" +// forward declarations class rectangle; // TODO this stuff is still just hacked up @@ -58,7 +56,7 @@ private: class Hud; typedef boost::shared_ptr HudP; -class Hud : public moof::view +class Hud { public: