mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 14:32:18 +00:00
LibAudio: Add more common classes to the forward declare header
This commit is contained in:
parent
9d6f00d918
commit
0960a92670
Notes:
sideshowbarker
2024-07-16 20:08:14 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 0960a92670
Pull-request: https://github.com/SerenityOS/serenity/pull/20650
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ namespace Audio {
|
||||||
|
|
||||||
class ConnectionToServer;
|
class ConnectionToServer;
|
||||||
class Loader;
|
class Loader;
|
||||||
|
class Encoder;
|
||||||
|
struct Person;
|
||||||
|
struct Metadata;
|
||||||
class PlaybackStream;
|
class PlaybackStream;
|
||||||
struct Sample;
|
struct Sample;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue