cleanup, some doxygening

This commit is contained in:
AJ Kelly
2011-02-21 02:24:42 -06:00
parent 3324d20305
commit 00e71f9858
15 changed files with 29 additions and 45 deletions
+1 -2
View File
@@ -1,5 +1,3 @@
/* ScoreDisplayNormal - Shows point score during gameplay and some menus. */
#ifndef SCORE_DISPLAY_NORMAL_H
#define SCORE_DISPLAY_NORMAL_H
@@ -7,6 +5,7 @@
#include "RollingNumbers.h"
#include "AutoActor.h"
/** @brief Shows point score during gameplay and some menus. */
class ScoreDisplayNormal : public ScoreDisplay
{
public: