mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-27 10:36:59 +00:00
Configurable Window Size
This commit is contained in:
parent
b6e91d47ff
commit
ac2da6ed49
3 changed files with 24 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue