When I passed in the window dimensions I expected to do it with parenthesis.
Character Knight(WindowDimensions[0], WindowDimensions[1]);
This ran and worked.
But when he did it, he used curly braces instead.
Character Knight{WindowDimensions[0], WindowDimensions[1]};
Can anyone offer more clarity here?