Update all Corsair controller files to use new standardized file header comment
This commit is contained in:
parent
fc97d6130b
commit
da8469f478
77 changed files with 831 additions and 551 deletions
|
|
@ -1,9 +1,20 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| CorsairCommanderCoreControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Corsair Commander Core |
|
||||
| |
|
||||
| Jeff P. |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "CorsairCommanderCoreController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_CorsairCommanderCore.h"
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Corsair vendor ID |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue