aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/UefiMonitorTest.h
diff options
context:
space:
mode:
authorNikita <102851041+HyperNiki@users.noreply.github.com>2022-05-12 10:57:29 +0300
committerGitHub <noreply@github.com>2022-05-12 10:57:29 +0300
commit072a1226b09d5372a34b962b126f687f38755477 (patch)
tree5996b2793feb6a6bcc6151a35e6fa68daf01cbb1 /UefiMonitorTest/UefiMonitorTest.h
parent0a723eefe5a06c7f9b71a5084005f5778c046d87 (diff)
downloadumt-072a1226b09d5372a34b962b126f687f38755477.tar.gz
umt-072a1226b09d5372a34b962b126f687f38755477.tar.bz2
umt-072a1226b09d5372a34b962b126f687f38755477.zip
add gradients test
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTest.h')
-rw-r--r--UefiMonitorTest/UefiMonitorTest.h1
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
};