Skip to content

Commit 2c1e336

Browse files
committed
Changed enum type.
1 parent f472e16 commit 2c1e336

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/RhythmGameUtilities/Enums/Difficulty.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace RhythmGameUtilities
66
{
77

8-
typedef enum Difficulty
8+
typedef enum Difficulty : uint8_t
99
{
1010

1111
// Easy Difficulty

include/RhythmGameUtilities/Enums/NamedSection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace RhythmGameUtilities
66
{
77

8-
typedef enum NamedSection
8+
typedef enum NamedSection : uint8_t
99
{
1010
/// Song information
1111
Song,

include/RhythmGameUtilities/Enums/TypeCode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace RhythmGameUtilities
66
{
77

8-
typedef enum TypeCode
8+
typedef enum TypeCode : uint8_t
99
{
1010

1111
/// BPM Marker

0 commit comments

Comments
 (0)