This commit is contained in:
Glenn Maynard
2005-02-13 04:48:05 +00:00
parent bdf3e4ddd8
commit 12e7f2d5da
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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
+3 -1
View File
@@ -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();