fixed small problem with #ifdef not working for #include
This commit is contained in:
parent
11dd0ea786
commit
1eb33edf45
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
#include "constants/rgb.h"
|
#include "constants/rgb.h"
|
||||||
#include "constants/songs.h"
|
#include "constants/songs.h"
|
||||||
#ifdef TX_DIFFICULTY_CHALLENGES_USED
|
#ifdef TX_DIFFICULTY_CHALLENGES_USED
|
||||||
#include "tx_difficulty_challenges.h"
|
//#include "tx_difficulty_challenges.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
Loading…
Reference in a new issue