mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-12-28 21:29:34 +00:00
14 lines
164 B
C++
14 lines
164 B
C++
#include "dummy-speaker.h"
|
|
|
|
DummySpeaker::~DummySpeaker()
|
|
{
|
|
}
|
|
|
|
void DummySpeaker::toggleAtCycle(uint32_t c)
|
|
{
|
|
}
|
|
|
|
void DummySpeaker::maintainSpeaker(uint32_t c)
|
|
{
|
|
}
|