small doxy comment
This commit is contained in:
+6
-5
@@ -1,10 +1,6 @@
|
|||||||
#ifndef SCORE_KEEPER_H
|
#ifndef SCORE_KEEPER_H
|
||||||
#define SCORE_KEEPER_H
|
#define SCORE_KEEPER_H
|
||||||
|
|
||||||
/* Stat handling is in here because that can differ between games, too; for
|
|
||||||
* example, some games count double taps as a single note in scoring and some
|
|
||||||
* count per-tap. Results are injected directly into the PlayerStageStats. */
|
|
||||||
|
|
||||||
#include "GameConstantsAndTypes.h"
|
#include "GameConstantsAndTypes.h"
|
||||||
|
|
||||||
class NoteData;
|
class NoteData;
|
||||||
@@ -16,7 +12,12 @@ class PlayerStageStats;
|
|||||||
struct TapNote;
|
struct TapNote;
|
||||||
struct AttackArray;
|
struct AttackArray;
|
||||||
|
|
||||||
/** @brief Abstract class to handle scorekeeping, stat-taking, etc. */
|
/**
|
||||||
|
* @brief Abstract class to handle scorekeeping, stat-taking, etc.
|
||||||
|
*
|
||||||
|
* Stat handling is in here because that can differ between games, too; for
|
||||||
|
* example, some games count double taps as a single note in scoring and some
|
||||||
|
* count per-tap. Results are injected directly into the PlayerStageStats. */
|
||||||
class ScoreKeeper
|
class ScoreKeeper
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user