Rework handling of NetworkClient callbacks to route them through ResourceManager and move connection of saved clients to after autoconnection of local client in InitCoroutine
This commit is contained in:
parent
a30617d971
commit
d8b9159125
4 changed files with 84 additions and 42 deletions
|
|
@ -10,6 +10,7 @@ class ProfileManager;
|
|||
class RGBController;
|
||||
class SettingsManager;
|
||||
|
||||
typedef void (*ClientInfoChangeCallback)(void *);
|
||||
typedef void (*DeviceListChangeCallback)(void *);
|
||||
typedef void (*DetectionProgressCallback)(void *);
|
||||
typedef void (*DetectionStartCallback)(void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue