0
I can't find my error?
So i have this game, but when i try to launch it it have a error. main.cpp|374|error: expected '}' at end of input| that error comes up twice. I understand that i am missing a { or } but i can't find where. any help?
5 Answers
+ 2
You forgot 2 closing curly brackets ( } ) at the end of your code
+ 1
TurtleShell Thank you so much!! It worked!
+ 1
Nice game by the way :D
0
Thank you TurtleShell