mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file.
This commit is contained in:
parent
8aa51823fc
commit
0aed5bf7d7
@ -37,6 +37,8 @@ enum {
|
|||||||
SHADOW_COLOUR = 2,
|
SHADOW_COLOUR = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static const int ASCII_LETTERSTART = 32; ///< First printable ASCII letter.
|
||||||
|
|
||||||
/** Get the font loaded into a Freetype face by using a font-name.
|
/** Get the font loaded into a Freetype face by using a font-name.
|
||||||
* If no appropiate font is found, the function returns an error */
|
* If no appropiate font is found, the function returns an error */
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
@ -146,7 +146,6 @@ void SortResolutions(int count);
|
|||||||
bool ToggleFullScreen(bool fs);
|
bool ToggleFullScreen(bool fs);
|
||||||
|
|
||||||
/* gfx.cpp */
|
/* gfx.cpp */
|
||||||
#define ASCII_LETTERSTART 32
|
|
||||||
extern FontSize _cur_fontsize;
|
extern FontSize _cur_fontsize;
|
||||||
|
|
||||||
byte GetCharacterWidth(FontSize size, uint32 key);
|
byte GetCharacterWidth(FontSize size, uint32 key);
|
||||||
|
Loading…
Reference in New Issue
Block a user