mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 03:11:52 +03:00
15 lines
336 B
C
15 lines
336 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
//PCSGCustomEvent
|
|
PCSGCustomEventStartId = 100,
|
|
|
|
PCSGCustomEventSceneSettingLock,
|
|
|
|
PCSGCustomEventViewReceiverOK,
|
|
PCSGCustomEventViewReceiverConfig,
|
|
PCSGCustomEventViewReceiverBack,
|
|
PCSGCustomEventViewReceiverOffDisplay,
|
|
PCSGCustomEventViewReceiverUnlock,
|
|
} PCSGCustomEvent;
|