I've come up with a sample code that works great with SFML 2.1, but when I add a string of text, specify what font, font size, color, and string, I get a whole bunch of compile-time errors which state that there are multiple references to every single data type, function, etc, in the main source file. What is happening?!
How can I define keywords when I'm just adding in some text to print (which I haven't even got to printing it yet)? The sample code is not direct from Code::Blocks' included sample. Here's the main source file:
I seriously don't know how I can have multiple definitions when I have only added some text and only have one header file included. What is causing this error?