#include <SDL/SDL.h>
#include <SDL/SDL_audio.h>
#include <string>
#include <exception>
Include dependency graph for sdlwavfile.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | SoundException |
| Wrapper to convert applicable SDL errors into C++ std::exceptions. More... | |
| class | WAVFile |
| A wrapper for opening and playing a WAV file using SDL. More... | |
Definition in file sdlwavfile.h.
1.3.4