Skip to content

Commit

Permalink
Add optional extra information for TapReplayResult
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 15, 2018
1 parent 56aaf5f commit 2003f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NoteTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ struct TapReplayResult
int track; // column
float offset; // 0
TapNoteType type; // typically mines, holds, rolls, etc
int offsetAdjustedRow; // row assigned later on for full replays
};

extern TapNote TAP_EMPTY; // '0'
Expand Down

0 comments on commit 2003f69

Please sign in to comment.