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 -3
View File
@@ -1,5 +1,3 @@
/* ScoreDisplayRave - ScoreDisplay implementation for PLAY_MODE_BATTLE. */
#ifndef SCORE_DISPLAY_BATTLE_H
#define SCORE_DISPLAY_BATTLE_H
@@ -8,7 +6,7 @@
#include "Sprite.h"
#include "RageTexturePreloader.h"
/** @brief ScoreDisplay implementation for PLAY_MODE_BATTLE. */
class ScoreDisplayBattle : public ScoreDisplay
{
public: