I am trying to check the player position against the Monster position so I read the player position in using a pointer to the player (Player* playerPos)
Then I attempt to compare the position of the current Monster (this->getWorldLocation())
Which will return the current position and I do the same for the player however I am getting the error
1 IntelliSense: no operator "==" matches these operands
operand types are: Vector2D == Vector2D