I have been encountering errors in Character.cpp to do with the tick function but the program has still been working as intended until trying to create the map bounds. I have tried rewriting the section, compared my code to the repository but for the life of me I can’t figure out the problem.
The error I get hovering over ‘Character’ in void Character::tick(float deltaTime); is “Declaration of ‘void Character::tick(float)’ outside of class is not definition [-fpermissive] gcc”
and hovering over ‘tick’ "member function "Character::tick: may not be redeclared outside its class C/C++(392)