LibAudio: Add more common classes to the forward declare header

This commit is contained in:
kleines Filmröllchen 2023-08-18 21:07:55 +02:00 committed by Andrew Kaster
parent 9d6f00d918
commit 0960a92670

View file

@ -10,6 +10,9 @@ namespace Audio {
class ConnectionToServer;
class Loader;
class Encoder;
struct Person;
struct Metadata;
class PlaybackStream;
struct Sample;