slinga
Established Member
The following f(x) prototype won't compile:
Giving the error: globals.h:254: error: syntax error before numeric constant. I spent nearly one hour trying to figure out what the hell was going on. Turns out "pal" is #defined somewhere in the sgl....
Code:
int init_level(int level, char* pal);
Giving the error: globals.h:254: error: syntax error before numeric constant. I spent nearly one hour trying to figure out what the hell was going on. Turns out "pal" is #defined somewhere in the sgl....