Fix resource manager interface
This commit is contained in:
parent
b3dfd3b4b0
commit
e88f9a1f75
1 changed files with 6 additions and 4 deletions
|
|
@ -1,12 +1,14 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "RGBController.h"
|
|
||||||
#include "i2c_smbus.h"
|
#include "i2c_smbus.h"
|
||||||
#include "filesystem.h"
|
#include "filesystem.h"
|
||||||
#include "NetworkClient.h"
|
|
||||||
#include "NetworkServer.h"
|
class NetworkClient;
|
||||||
#include "SettingsManager.h"
|
class NetworkServer;
|
||||||
|
class ProfileManager;
|
||||||
|
class RGBController;
|
||||||
|
class SettingsManager;
|
||||||
|
|
||||||
typedef void (*DeviceListChangeCallback)(void *);
|
typedef void (*DeviceListChangeCallback)(void *);
|
||||||
typedef void (*DetectionProgressCallback)(void *);
|
typedef void (*DetectionProgressCallback)(void *);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue