Game Programming I – Assignment day 10

Fixed the problem with the sound classes.

Turns out I forgot to – #pragma comment – the SDL and SDL_mixer libraries so it could not find the Mix-functions my classes called upon.

The sound works now with the exception of the stop function.

Very frustrating looking all over the place for a solution only to discover that you only forgot that one little thing….