1
Audio / Re: Crashing When Program Closes with sf::Music
« on: May 13, 2013, 07:13:50 pm »
I did, but it isn't working though
My Code:
It's saing something about unresolved externals.
My Code:
sf::Music backgroundmusic();
backgroundmusic().openFromFile("Music and Sound/Pokemon_Theme.ogg");
backgroundmusic().setVolume(50);
backgroundmusic().setLoop(true);
backgroundmusic().play();
backgroundmusic().openFromFile("Music and Sound/Pokemon_Theme.ogg");
backgroundmusic().setVolume(50);
backgroundmusic().setLoop(true);
backgroundmusic().play();
It's saing something about unresolved externals.