mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-27 01:07:49 -05:00
22 lines
309 B
C++
22 lines
309 B
C++
#include "HIDLampArrayController.h"
|
|
|
|
HIDLampArrayController::HIDLampArrayController(hid_device *dev_handle, const char *path)
|
|
{
|
|
|
|
}
|
|
|
|
HIDLampArrayController::~HIDLampArrayController()
|
|
{
|
|
|
|
}
|
|
|
|
std::string HIDLampArrayController::GetDeviceLocation()
|
|
{
|
|
|
|
}
|
|
|
|
std::string HIDLampArrayController::GetSerialString()
|
|
{
|
|
|
|
}
|