Added default config & warning about it

This commit is contained in:
vaxerski
2022-04-08 22:07:40 +02:00
parent 7347a72ba6
commit 7449a0c44c
4 changed files with 98 additions and 5 deletions

View File

@@ -10,6 +10,8 @@
#include <regex>
#include "../Window.hpp"
#include "defaultConfig.hpp"
struct SConfigValue {
int64_t intValue = -1;
float floatValue = -1;