|
i6engine
1.0
|
Handles the incoming messages on the audio channel and calls the corresponding methods. More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/audio/AudioMailbox.h>
Protected Member Functions | |
| AudioMailbox (AudioManager *m) | |
| Constructor. More... | |
| ~AudioMailbox () | |
| Destructor. More... | |
| void | News (const api::GameMessage::Ptr &msg) const |
| Handles incoming messages. More... | |
Friends | |
| class | AudioController |
Handles the incoming messages on the audio channel and calls the corresponding methods.
Definition at line 42 of file AudioMailbox.h.
|
explicitprotected |
Constructor.
|
inlineprotected |
Destructor.
Definition at line 54 of file AudioMailbox.h.
|
protected |
Handles incoming messages.
|
friend |
Definition at line 43 of file AudioMailbox.h.