(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 8aa51823fc
commit 0aed5bf7d7
2 changed files with 2 additions and 1 deletions

View File

@@ -146,7 +146,6 @@ void SortResolutions(int count);
bool ToggleFullScreen(bool fs);
/* gfx.cpp */
#define ASCII_LETTERSTART 32
extern FontSize _cur_fontsize;
byte GetCharacterWidth(FontSize size, uint32 key);