X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FHud.hh;h=905d6e16b8cb6d184450ae44aad1f46fa6330cb2;hp=30c01363435a73becfe351528b1d07f0514fa0bb;hb=HEAD;hpb=af88821a172c4dfd138b91b2a5148ae50b502fa2 diff --git a/src/Hud.hh b/src/Hud.hh index 30c0136..905d6e1 100644 --- a/src/Hud.hh +++ b/src/Hud.hh @@ -1,22 +1,15 @@ -/*] 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 #include //#include @@ -25,6 +18,13 @@ #include "GameState.hh" +/** + * \file Hud.hh + * Heads-up Display + */ + + +// forward declarations class rectangle; // TODO this stuff is still just hacked up