I am currently working on a C++ text adventure game that will require both background music and SFX. I hope to release the build as a single .exe, which would use Resource Files (.rc) to contain the sounds being played.
I've tried the PlaySound() method but that only allows for one sound to be played from a resource, is there any way to play multiple resource file audios at once?