Update to spice2x-23-06-08

This commit is contained in:
[ ]
2023-09-20 02:09:17 +09:00
parent 8957d9d446
commit d03cca1fe2
98 changed files with 21957 additions and 4977 deletions
+3 -1
View File
@@ -9,6 +9,7 @@ enum class OptionType {
Text,
Integer,
Enum,
Hex,
};
struct OptionDefinition {
@@ -54,5 +55,6 @@ public:
const std::string &value_text() const;
std::vector<std::string> values() const;
std::vector<std::string> values_text() const;
int value_int() const;
uint32_t value_uint32() const;
uint64_t value_hex64() const;
};