fix kb stuff

This commit is contained in:
vaxerski
2022-05-06 14:30:35 +02:00
parent 9ddfe0b4ae
commit b67eae7228
3 changed files with 13 additions and 6 deletions

View File

@@ -14,6 +14,8 @@
#include "defaultConfig.hpp"
#define STRVAL_EMPTY "[[EMPTY]]"
struct SConfigValue {
int64_t intValue = -1;
float floatValue = -1;