Modular detection system with resource manager.
Includes pull request !87 with modifications by Adam Honse (calcprogrammer1@gmail.com).
This commit is contained in:
parent
b3a7b7be81
commit
ddc69778dc
50 changed files with 318 additions and 145 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#include "Detector.h"
|
||||
#include "NZXTKrakenController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_NZXTKraken.h"
|
||||
|
|
@ -48,4 +49,6 @@ void DetectNZXTKrakenControllers(std::vector<RGBController*> &rgb_controllers)
|
|||
info = info->next;
|
||||
}
|
||||
}
|
||||
}
|
||||
} /* DetectNZXTKrakenControllers() */
|
||||
|
||||
REGISTER_DETECTOR(DetectNZXTKrakenControllers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue