SFML community forums

Help => General => Topic started by: Jimicro on January 27, 2010, 03:32:01 pm

Title: Vector2f
Post 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?
Title: Vector2f
Post by: Laurent on January 27, 2010, 03:39:10 pm
sf::Vector2f maybe? or #include <SFML/System.hpp>?
Title: Vector2f
Post by: Jimicro on January 27, 2010, 03:59:39 pm
Quote from: "Laurent"
sf::Vector2f maybe? or #include <SFML/System.hpp>?


Yes, it works, thanks again :)