unleashed-firmware/applications/external/pacs_fuzzer/helpers/gui_const.h
2023-06-06 16:22:40 +03:00

12 lines
No EOL
260 B
C

#pragma once
// TODO replace it
typedef enum {
FuzzerMainMenuIndexDefaultValues = 0,
FuzzerMainMenuIndexLoadFile,
FuzzerMainMenuIndexLoadFileCustomUids,
FuzzerMainMenuIndexMax,
} FuzzerMainMenuIndex;
extern const char* fuzzer_attack_names[];