(svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file.

This commit is contained in:
alberth
2009-06-20 15:25:28 +00:00
parent 88d75805af
commit f773774d15
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ enum {
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.
* If no appropiate font is found, the function returns an error */
#ifdef WIN32