src/fontcache.h
changeset 8619 c2434269c3eb
parent 8617 931e0970d509
child 10429 1b99254f9607
--- a/src/fontcache.h	Sun Dec 23 04:31:45 2007 +0000
+++ b/src/fontcache.h	Sun Dec 23 10:56:02 2007 +0000
@@ -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);