Add waitfordevicedetection to resourcemanager interface

This commit is contained in:
silas 2021-01-09 09:20:21 -06:00 committed by Adam Honse
parent 98244a2b6f
commit 667a24a63a

View file

@ -74,6 +74,7 @@ public:
virtual SettingsManager* GetSettingsManager() = 0;
virtual void DeviceListChanged() = 0;
virtual void WaitForDeviceDetection() = 0;
protected:
virtual ~ResourceManagerInterface() {};