I'm making a game thing, but when I try to compile my code, the preprocessor gives me this error:
- expecting IDENT, found ')'
I've searched and never found a direct answer explaining what an IDENT is, only answers talking about how they forgot to specify types or they need to wrap it in setup() or stuff like that.
I'm not going to post my code (there is a lot of it) unless I need to.
What could this error actually mean, and what is an IDENT?
1