Update Elgato Key Light controller files to new standardized header comment
This commit is contained in:
parent
a51febd0f7
commit
8a77fe5525
5 changed files with 52 additions and 27 deletions
|
|
@ -1,11 +1,20 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| ElgatoKeyLightControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Elgato Key Light |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
#include "Detector.h"
|
||||
#include "ElgatoKeyLightController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_ElgatoKeyLight.h"
|
||||
#include "SettingsManager.h"
|
||||
#include <vector>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/******************************************************************************************\
|
||||
* *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue