Quote:
Originally Posted by Zaela_S
Sounds like this error would only come up if you're trying to define a function in the body of another function. Misplaced '}' somewhere in the client.cpp part, probably.
edit: would explain why it complains about it being a redefinition too, different scope.
|
God I'm dumb, this was exactly it. Works perfectly now, thanks for the great fix!