Changeset - r13179:a6937b15aaaa
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-10-04 18:13:56
rubidium@openttd.org
(svn r17696) -Fix (r17693): compile failure when compiling without freetype
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/fontcache.h
Show inline comments
 
@@ -13,6 +13,7 @@
 
#define FONTCACHE_H
 

	
 
#include "gfx_type.h"
 
#include "spritecache.h"
 

	
 
/** Get the SpriteID mapped to the given font size and key */
 
SpriteID GetUnicodeGlyph(FontSize size, uint32 key);
 
@@ -43,7 +44,7 @@ extern FreeTypeSettings _freetype;
 

	
 
void InitFreeType();
 
void UninitFreeType();
 
const struct Sprite *GetGlyph(FontSize size, uint32 key);
 
const Sprite *GetGlyph(FontSize size, uint32 key);
 
uint GetGlyphWidth(FontSize size, uint32 key);
 

	
 
/**
0 comments (0 inline, 0 general)