in want to use thor for big images and textures but when i use:
hd_texture.loadFromFile("resources/map2.png");
I get:
undefined reference to `thor::BigTexture::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
Can someone help me?