This message box only came up when I typed this into my project:
sf::SoundBuffer buffer;
if (!buffer.loadFromFile("some path..."))
return EXIT_FAILURE;
sf::Sound sound;
sound.setBuffer(buffer);
I dont really know what to do, Inve tried looking up where I could download this, but all of the sites look fake. Everything compiles fine, but this is the last thing, anyone know what to do?
thanks