12 #ifndef SOUND_ALLEGRO_H 13 #define SOUND_ALLEGRO_H 20 const char *
Start(
const char *
const *param);
25 const char *
GetName()
const {
return "allegro"; }
const char * GetName() const
Get the name of this driver.
Base for all sound drivers.
Base for all sound drivers.
Implementation of the allegro sound driver.
const char * Start(const char *const *param)
Start this driver.
void Stop()
Stop this driver.
Base for all driver factories.
A driver for communicating with the user.
Factory for the allegro sound driver.
void MainLoop()
Called once every tick.
Driver * CreateInstance() const
Create an instance of this driver-class.