Posts: 233
Threads: 62
Joined: Mar 2013
Reputation:
0
after #define Posizione make sure you put the array size
Posts: 163
Threads: 12
Joined: Dec 2012
Reputation:
0
i didn't get what u mean?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Remove that stupid definition and move the global variables so that the enum is declared first.
Posts: 508
Threads: 9
Joined: Dec 2010
Reputation:
0
There is no need to define 'Posizione' with #define.
The enum already does it for you, so remove the '#define Posizione' line.