diff options
author | Nikita <102851041+HyperNiki@users.noreply.github.com> | 2022-05-12 10:57:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 10:57:29 +0300 |
commit | 072a1226b09d5372a34b962b126f687f38755477 (patch) | |
tree | 5996b2793feb6a6bcc6151a35e6fa68daf01cbb1 /UefiMonitorTest/UefiMonitorTest.h | |
parent | 0a723eefe5a06c7f9b71a5084005f5778c046d87 (diff) | |
download | umt-072a1226b09d5372a34b962b126f687f38755477.tar.gz umt-072a1226b09d5372a34b962b126f687f38755477.tar.bz2 umt-072a1226b09d5372a34b962b126f687f38755477.zip |
add gradients test
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTest.h')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTest.h b/UefiMonitorTest/UefiMonitorTest.h index d02ead8..efb1e57 100644 --- a/UefiMonitorTest/UefiMonitorTest.h +++ b/UefiMonitorTest/UefiMonitorTest.h @@ -20,6 +20,7 @@ enum UMT_STATE { UMT_STATE_MAIN_MENU = 0, UMT_STATE_SETTINGS, UMT_STATE_SOLID_COLORS_TEST, + UMT_STATE_GRADIENTS_TEST, UMT_STATE_END }; |