VS2008 keeps telling me:
-"int" followed by "char" is illegal
-syntax error "="
-unexpected token preceding ';'
If I change the variable "small" to anything else it works, it simply won't compile when the variable is named "small". Is "small" already a type of variable I'm not aware of? Visual Studio doesn't seem to show that it is.
I admittedly didn't think to try it in an empty project, I just tested all my dependencies and it turns out including windows.h was messing it up. Kinda odd, however I'm not about to dig through every windows API file to determine why it won't allow "small" as a variable.
I kept changing what libraries I was using for graphics. I started with Windows and Direct2D then kept switching around until I got to SFML. It was just old, unused stuff I never cleaned out.