#include "sdlwavfile.h"
#include <iostream>
#include <sstream>
Include dependency graph for sdlwavfile.cc:

Go to the source code of this file.
Classes | |
| struct | Startup |
Functions | |
| void | fillerup (void *wavfile, Uint8 *stream, int len) |
| Callback for when the SDL Audio device needs more data. | |
Variables | |
| Startup | dummy |
Definition in file sdlwavfile.cc.
|
||||||||||||||||
|
Callback for when the SDL Audio device needs more data. This is called by SDL automatically. Definition at line 43 of file sdlwavfile.cc. Referenced by WAVFile::WAVFile(). |
|
|
Definition at line 26 of file sdlwavfile.cc. |
1.3.4