OpenTTD
|
Implementation of the allegro sound driver. More...
#include <allegro_s.h>
Public Member Functions | |
const char * | Start (const char *const *param) |
Start this driver. | |
void | Stop () |
Stop this driver. | |
void | MainLoop () |
Called once every tick. | |
const char * | GetName () const |
Get the name of this driver. |
Additional Inherited Members | |
![]() | |
enum | Type { DT_BEGIN = 0, DT_MUSIC = 0, DT_SOUND, DT_VIDEO, DT_END } |
The type of driver. More... | |
![]() | |
static SoundDriver * | GetInstance () |
Get the currently active instance of the sound driver. |
Implementation of the allegro sound driver.
Definition at line 18 of file allegro_s.h.
|
inlinevirtual |
Get the name of this driver.
Implements Driver.
Definition at line 25 of file allegro_s.h.
|
virtual |
Start this driver.
parm | Parameters passed to the driver. |
Implements Driver.