sm4svn commits (all code by Glenn Maynard)
1fc3636: "working on routine mode" fb1edc2: "working on routine" 20b5827: "working on routine" 193363b: "working on routine" bd042f9: "working on routine"
This commit is contained in:
@@ -14,9 +14,9 @@ struct TapNote;
|
||||
|
||||
namespace NoteDataWithScoring
|
||||
{
|
||||
bool IsRowCompletelyJudged( const NoteData &in, unsigned iRow, PlayerNumber pn );
|
||||
TapNoteScore MinTapNoteScore( const NoteData &in, unsigned iRow, PlayerNumber pn );
|
||||
const TapNote &LastTapNoteWithResult( const NoteData &in, unsigned iRow, PlayerNumber pn );
|
||||
bool IsRowCompletelyJudged( const NoteData &in, unsigned iRow );
|
||||
TapNoteScore MinTapNoteScore( const NoteData &in, unsigned iRow );
|
||||
const TapNote &LastTapNoteWithResult( const NoteData &in, unsigned iRow );
|
||||
|
||||
void GetActualRadarValues( const NoteData &in, const PlayerStageStats &pss, float fSongSeconds, RadarValues& out );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user