#include <null.h>
Inheritance diagram for dmn::SoundNull:
Public Member Functions | |
SoundNull () | |
Constructor. | |
bool | configure (Core *core) |
Make all the configuration needed by the module (after have the id). | |
void | mix_dominoes () |
Mix the dominoes. | |
void | domino_played (ID player, Domino domino, HalfDomino half) |
Play a sound when a domino is played. | |
void | player_pass (ID player) |
Play a sound when a player passes. |
This module doesn't play any sound.
|
Make all the configuration needed by the module (after have the id).
Implements dmn::Sound. |
|
Play a sound when a domino is played.
Implements dmn::Sound. |
|
Play a sound when a player passes.
Implements dmn::Sound. |