mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
c124e2136a
* Add CEC functionality * Initial commit * removed libCEC from the system skip list Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
9 lines
64 B
C
9 lines
64 B
C
#pragma once
|
|
|
|
enum class CECEvent
|
|
{
|
|
On,
|
|
Off
|
|
};
|
|
|