]> Dogcows Code - chaz/yoink/blobdiff - src/Hud.hh
fixed documentation about where to find licenses
[chaz/yoink] / src / Hud.hh
index 1bb557633c6d73581d3d91b2336d7e5c2120cc8e..905d6e16b8cb6d184450ae44aad1f46fa6330cb2 100644 (file)
@@ -1,31 +1,30 @@
 
-/*]  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_
 
-/**
- * @file Hud.hh
- * Heads-up Display
- */
-
 #include <moof/drawable.hh>
 #include <moof/math.hh>
 //#include <moof/rectangle.hh>
 #include <moof/sprite.hh>
-#include <moof/view.hh>
 
 #include "GameState.hh"
 
 
+/**
+ * \file Hud.hh
+ * Heads-up Display
+ */
+
+
+// forward declarations
 class rectangle;
 
 // TODO this stuff is still just hacked up
@@ -58,7 +57,7 @@ private:
 class Hud;
 typedef boost::shared_ptr<Hud> HudP;
 
-class Hud : public moof::view
+class Hud
 {
 public:
 
This page took 0.019042 seconds and 4 git commands to generate.