comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user