Configurable Window Size

This commit is contained in:
Xphalnos 2025-06-20 22:54:31 +02:00
parent b6e91d47ff
commit ac2da6ed49
3 changed files with 24 additions and 2 deletions

View file

@ -9,6 +9,10 @@ namespace Config {
void Load(const std::filesystem::path& path);
void Save(const std::filesystem::path& path);
int windowWidth();
int windowHeight();
bool isLogAdvanced();
std::string logType();