From 12e7f2d5dad2ccb65c1d2fb7d8242eb019971619 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 Feb 2005 04:48:05 +0000 Subject: [PATCH] comments --- stepmania/src/NotesLoaderSM.h | 2 +- stepmania/src/ScoreDisplayPercentage.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/stepmania/src/NotesLoaderSM.h b/stepmania/src/NotesLoaderSM.h index 5a7bea6c33..c3297266b5 100644 --- a/stepmania/src/NotesLoaderSM.h +++ b/stepmania/src/NotesLoaderSM.h @@ -1,4 +1,4 @@ -/* SMLoader - reads a Song from an .SM file. */ +/* SMLoader - Reads a Song from an .SM file. */ #ifndef NOTES_LOADER_SM_H #define NOTES_LOADER_SM_H diff --git a/stepmania/src/ScoreDisplayPercentage.h b/stepmania/src/ScoreDisplayPercentage.h index 1d494079d6..128bdba7ad 100644 --- a/stepmania/src/ScoreDisplayPercentage.h +++ b/stepmania/src/ScoreDisplayPercentage.h @@ -1,3 +1,5 @@ +/* ScoreDisplayPercentage - ScoreDisplay implementation for a percentage display. */ + #ifndef SCORE_DISPLAY_PERCENTAGE_H #define SCORE_DISPLAY_PERCENTAGE_H @@ -5,7 +7,7 @@ #include "PercentageDisplay.h" #include "Sprite.h" -class ScoreDisplayPercentage : public ScoreDisplay +class ScoreDisplayPercentage: public ScoreDisplay { public: ScoreDisplayPercentage();