14 std::string Title =
"LkEngine";
15 uint16_t Width = 1920;
16 uint16_t Height = 1080;
17 bool Fullscreen =
false;
19 bool Resizable =
true;
20 bool StartMaximized =
false;
21 bool ImGuiEnabled =
true;
23 std::string WorkingDirectory{};
24 std::filesystem::path ConfigurationFile =
"LkEngine.config";
25 std::filesystem::path StartProject{};