forked from mirror/OpenTTD
Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)
This commit is contained in:
@@ -40,6 +40,9 @@ public:
|
||||
const char *GetName() const override { return "win32"; }
|
||||
|
||||
bool MakeWindow(bool full_screen);
|
||||
|
||||
protected:
|
||||
Dimension GetScreenSize() const override;
|
||||
};
|
||||
|
||||
/** The factory for Windows' video driver. */
|
||||
|
Reference in New Issue
Block a user