1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00
Files
unleashed-firmware/applications/external/pacs_fuzzer/helpers/fuzzer_custom_event.h

11 lines
222 B
C
Raw Normal View History

2023-06-02 16:42:58 +03:00
#pragma once
typedef enum {
// FuzzerCustomEvent
2023-06-02 20:33:28 +03:00
FuzzerCustomEventViewMainBack = 100,
FuzzerCustomEventViewMainOk,
FuzzerCustomEventViewAttackBack,
FuzzerCustomEventViewAttackOk,
2023-06-02 16:42:58 +03:00
} FuzzerCustomEvent;