Old comment.

This commit is contained in:
Steve Checkoway
2006-10-01 01:52:29 +00:00
parent 15dd5a69e5
commit da9fa5af22
+3 -3
View File
@@ -1,14 +1,14 @@
/* ScoreKeeper - Abstract class to handle scorekeeping, stat-taking, etc. */
#ifndef SCOREKEEPER_H
#define SCOREKEEPER_H
#ifndef 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 GameState.
* Results are injected directly into the PlayerStageStats.
*/
#include "GameConstantsAndTypes.h"