File tree Expand file tree Collapse file tree 5 files changed +0
-7
lines changed
include/RhythmGameUtilities Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ namespace RhythmGameUtilities
77
88enum class Difficulty : uint8_t
99{
10-
1110 // Easy Difficulty
1211 Easy,
1312
@@ -19,7 +18,6 @@ enum class Difficulty : uint8_t
1918
2019 // Expert Difficulty
2120 Expert
22-
2321} DifficultyType;
2422
2523inline std::string ToString (Difficulty difficulty)
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ namespace RhythmGameUtilities
77
88enum class TypeCode : uint8_t
99{
10-
1110 // / BPM Marker
1211 BPM_Marker,
1312
@@ -19,7 +18,6 @@ enum class TypeCode : uint8_t
1918
2019 // / Event Marker
2120 EventMarker
22-
2321} TypeCodeType;
2422
2523inline std::string ToString (TypeCode typeCode)
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ namespace RhythmGameUtilities
55
66struct BeatBar
77{
8-
98 int Position;
109
1110 int BPM;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ namespace RhythmGameUtilities
55
66struct Note
77{
8-
98 int Position;
109
1110 int HandPosition;
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ namespace RhythmGameUtilities
88
99struct TrackEvent
1010{
11-
1211 int Position;
1312
1413 std::string TypeCode;
You can’t perform that action at this time.
0 commit comments