Update HyperX microphone controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-05-19 20:01:08 -05:00
parent 080e40c4d4
commit 40e1d7f0bc
5 changed files with 55 additions and 45 deletions

View file

@ -1,19 +1,20 @@
/*-----------------------------------------*\
| HyperXMicrophoneControllerDetect.cpp |
| |
| Implementation for the HyperX |
| Quadcast S RGB microphone |
| |
| Matt Silva (thesilvanator) 2022 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| HyperXMicrophoneControllerDetect.cpp |
| |
| Detector for HyperX microphone |
| |
| Matt Silva (thesilvanator) |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <vector>
#include "LogManager.h"
#include "Detector.h"
#include "HyperXMicrophoneController.h"
#include "RGBController.h"
#include "RGBController_HyperXMicrophone.h"
#include <vector>
#include <LogManager.h>
#include "hidapi_wrapper.h"
/*-----------------------------------------------------*\