sly1/include/speaker.h
2024-07-01 22:16:20 +00:00

12 lines
113 B
C

/**
* @file speaker.h
*/
#ifndef SPEAKER_H
#define SPEAKER_H
#include "common.h"
// ...
#endif // SPEAKER_H