mirror of
https://github.com/SerenityOS/serenity
synced 2024-11-05 17:46:52 +00:00
LibAudio: Add more common classes to the forward declare header
This commit is contained in:
parent
9d6f00d918
commit
0960a92670
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ namespace Audio {
|
|||
|
||||
class ConnectionToServer;
|
||||
class Loader;
|
||||
class Encoder;
|
||||
struct Person;
|
||||
struct Metadata;
|
||||
class PlaybackStream;
|
||||
struct Sample;
|
||||
|
||||
|
|
Loading…
Reference in a new issue