More doc updates.

This commit is contained in:
Jason Felds
2011-02-18 22:59:13 -05:00
parent 7539c2f97e
commit 9de60aa555
10 changed files with 156 additions and 139 deletions
+1 -2
View File
@@ -1,5 +1,3 @@
/* NoteDataWithScoring - NoteData with scores for each TapNote and HoldNote. */
#ifndef NOTE_DATA_WITH_SCORING_H
#define NOTE_DATA_WITH_SCORING_H
@@ -12,6 +10,7 @@ class PlayerStageStats;
class NoteData;
struct TapNote;
/** @brief NoteData with scores for each TapNote and HoldNote. */
namespace NoteDataWithScoring
{
bool IsRowCompletelyJudged( const NoteData &in, unsigned iRow );