|
@ -19,7 +19,7 @@ enum tetris_highscore_index_e |
|
|
#ifdef NDEBUG |
|
|
#ifdef NDEBUG |
|
|
typedef uint8_t tetris_highscore_index_t; |
|
|
typedef uint8_t tetris_highscore_index_t; |
|
|
#else |
|
|
#else |
|
|
typedef enum tetris_highscore_index tetris_highscore_index_t; |
|
|
typedef enum tetris_highscore_index_e tetris_highscore_index_t; |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|