Added default config & warning about it
This commit is contained in:
parent
7347a72ba6
commit
7449a0c44c
4 changed files with 98 additions and 5 deletions
|
|
@ -10,6 +10,8 @@
|
|||
#include <regex>
|
||||
#include "../Window.hpp"
|
||||
|
||||
#include "defaultConfig.hpp"
|
||||
|
||||
struct SConfigValue {
|
||||
int64_t intValue = -1;
|
||||
float floatValue = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue