mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
- setting system: replaced settings.txt + sysopt.bin with json-based system (defaultSetting.json + settings.json)
- some work on system settings window - new menu for selecting resolution (reused town portal graphics), can be opened from system settings
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
#include "UIFramework/SDL_Extensions.h"
|
||||
#include "CPlayerInterface.h"
|
||||
|
||||
extern SystemOptions GDefaultOptions;
|
||||
extern CGuiHandler GH; //global gui handler
|
||||
|
||||
//reads events and returns true on key down
|
||||
static bool keyDown()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user