output/Interface: convert to class, make attributes private

This commit is contained in:
Max Kellermann
2017-08-09 16:58:59 +02:00
parent 7381236de6
commit 9c9a9ccd5c
6 changed files with 36 additions and 27 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
struct ConfigBlock;
struct AudioFormat;
struct Tag;
struct AudioOutput;
class AudioOutput;
struct MixerPlugin;
class EventLoop;