HELP: Member Function may not be redeclared outside its class

Have had this "Member function may not be redeclared outside its class)issue for a couple of lectures but had chosen to ignore it because I thought it would have eventually went away. I have gone through the Git notes for the header files and both cpps and everything is just about the same. Anyone know how to fix this? (Line 25/26)

Any help is much appreciated!

What do the error messages say? And what does your header look like?

Hey Dan!
Line25 Error is: member function “FBullCowGame:: IsGameWon” may not be redeclared outside its class
Line26 Error is: expected a “;”

Here is the header file:

Nvm, line 24 in FBullCowGame.cpp missing “}”

Privacy & Terms