(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.

This commit is contained in:
2014-10-11 13:22:37 +00:00
parent 1b5696b50f
commit 253c91b17d
11 changed files with 60 additions and 7 deletions

View File

@@ -71,6 +71,8 @@ extern Dimension _resolutions[32];
extern Dimension _cur_resolution;
extern Palette _cur_palette; ///< Current palette
extern ZoomLevelByte _gui_zoom;
void HandleKeypress(uint keycode, WChar key);
void HandleTextInput(const char *str, bool marked = false, const char *caret = NULL, const char *insert_location = NULL, const char *replacement_end = NULL);
void HandleCtrlChanged();