Hello
I was trying to port a C++ SFML 1.6 & Thor 1.1 project to SFML 2.1 & Thor 2.0. But while building I got an error that Thor/Geometry.hpp is missing, and when I checked the include directory of my Thor installation, I saw there is no Geometry.hpp. So, in the current version of Thor, which header contains the declarations and methods of Geometry.hpp?
Details:
I am using SFML 2.1 and Thor 2.0 in C::B 12.11.
Thanks