forked from mirror/OpenTTD
(svn r11684) -Codechange: split gfx.h in a type and functional header.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#ifndef FONTCACHE_H
|
||||
#define FONTCACHE_H
|
||||
|
||||
#include "gfx.h"
|
||||
#include "gfx_type.h"
|
||||
|
||||
/** Get the SpriteID mapped to the given font size and key */
|
||||
SpriteID GetUnicodeGlyph(FontSize size, uint32 key);
|
||||
|
Reference in New Issue
Block a user