SFML community forums
Help => General => Topic started by: Jimicro on January 27, 2010, 03:32:01 pm
-
Why do I get the error: 'Vector2f ' does not name a type?
Have I forgot something in my class?
-
sf::Vector2f maybe? or #include <SFML/System.hpp>?
-
sf::Vector2f maybe? or #include <SFML/System.hpp>?
Yes, it works, thanks again :)