intermediate commit
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
e3d957f3fe
commit
da31bbf96a
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