intermediate commit
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
82e5309f80
commit
ea221cdf85
11 changed files with 175 additions and 175 deletions
8
src/values/value.hpp
Normal file
8
src/values/value.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <variant>
|
||||
|
||||
struct IkarusValue {
|
||||
bool indeterminate;
|
||||
std::variant<struct IkarusToggleValue *, struct IkarusNumberValue *, struct IkarusTextValue *> data;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue