summaryrefslogtreecommitdiff
path: root/ui.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-01-24 00:38:04 +1100
committerquou <quou@disroot.org>2025-01-24 00:38:04 +1100
commit4c1d051529ccbc4f9cc26be63241703dc49b0995 (patch)
tree0542169ddc9231f5172502465cafd1388420cb42 /ui.hpp
parentc0dc2dbcd26ca307bd7985c8626a2a1425a961fa (diff)
UI label set_bool
Diffstat (limited to 'ui.hpp')
-rw-r--r--ui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.hpp b/ui.hpp
index dbf6fb6..0ee811e 100644
--- a/ui.hpp
+++ b/ui.hpp
@@ -194,6 +194,7 @@ struct UI {
void set_int(int v);
void set_hex(uint64_t v);
void set_float(float v);
+ void set_bool(bool v);
};
struct Button : Label {