Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Vector2f  (Read 1961 times)

0 Members and 1 Guest are viewing this topic.

Jimicro

  • Newbie
  • *
  • Posts: 31
    • View Profile
Vector2f
« 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Vector2f
« Reply #1 on: January 27, 2010, 03:39:10 pm »
sf::Vector2f maybe? or #include <SFML/System.hpp>?
Laurent Gomila - SFML developer

Jimicro

  • Newbie
  • *
  • Posts: 31
    • View Profile
Vector2f
« Reply #2 on: January 27, 2010, 03:59:39 pm »
Quote from: "Laurent"
sf::Vector2f maybe? or #include <SFML/System.hpp>?


Yes, it works, thanks again :)

 

anything