unleashed-firmware/applications/external/pacs_fuzzer/helpers/gui_const.h

12 lines
260 B
C
Raw Normal View History

2023-06-02 17:33:28 +00:00
#pragma once
// TODO replace it
typedef enum {
FuzzerMainMenuIndexDefaultValues = 0,
FuzzerMainMenuIndexLoadFile,
FuzzerMainMenuIndexLoadFileCustomUids,
FuzzerMainMenuIndexMax,
} FuzzerMainMenuIndex;
extern const char* fuzzer_attack_names[];