player/Control: convert to class

This commit is contained in:
Max Kellermann
2018-09-21 18:00:23 +02:00
parent e5d1ac0bd0
commit e3142312bb
7 changed files with 37 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ class EventLoop;
class Path;
struct Instance;
struct Partition;
struct PlayerControl;
class PlayerControl;
struct playlist;
class Database;
class Storage;