sf::Font font;
font.loadFromFile("C:\\Windows\\Fonts\\Arial.ttf");
I always get this weird error when trying to load a font from a file.
"Error: 'font' does not name a type
Can someone help me figure out the problem?
I have Graphics.hpp included, and everything linked.