|
OpenTTD Source
13.2.1
|
#include "../stdafx.h"#include "../fontcache.h"#include "../gfx_layout.h"#include "../zoom_func.h"#include "spritefontcache.h"#include "../table/sprites.h"#include "../table/control_codes.h"#include "../table/unicode.h"#include "../safeguards.h"Go to the source code of this file.
Variables | |
| static const int | ASCII_LETTERSTART = 32 |
| First printable ASCII letter. | |
Sprite fontcache implementation.
Definition in file spritefontcache.cpp.