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
|
#ifndef NOTES_LOADER_SM_H
|
||||||
#define 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
|
#ifndef SCORE_DISPLAY_PERCENTAGE_H
|
||||||
#define SCORE_DISPLAY_PERCENTAGE_H
|
#define SCORE_DISPLAY_PERCENTAGE_H
|
||||||
|
|
||||||
@@ -5,7 +7,7 @@
|
|||||||
#include "PercentageDisplay.h"
|
#include "PercentageDisplay.h"
|
||||||
#include "Sprite.h"
|
#include "Sprite.h"
|
||||||
|
|
||||||
class ScoreDisplayPercentage : public ScoreDisplay
|
class ScoreDisplayPercentage: public ScoreDisplay
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ScoreDisplayPercentage();
|
ScoreDisplayPercentage();
|
||||||
|
|||||||
Reference in New Issue
Block a user