summaryrefslogtreecommitdiff
path: root/gfx.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-28 06:21:48 +0000
committertron <tron@openttd.org>2006-08-28 06:21:48 +0000
commit523519c8ec4db318d151051a9b6281767136f314 (patch)
treee401abd666512b3bae48f7f2f9aba66ba123e5cb /gfx.h
parent3c844b6391393762f6eb70eb91e17fcec1c1df1c (diff)
downloadopenttd-523519c8ec4db318d151051a9b6281767136f314.tar.xz
(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx.h b/gfx.h
index cecec1d02..f1d6c2618 100644
--- a/gfx.h
+++ b/gfx.h
@@ -74,7 +74,6 @@ void DrawStringRightAlignedUnderline(int x, int y, StringID str, uint16 color);
void GfxFillRect(int left, int top, int right, int bottom, int color);
void GfxDrawLine(int left, int top, int right, int bottom, int color);
void DrawFrameRect(int left, int top, int right, int bottom, int color, int flags);
-uint16 GetDrawStringPlayerColor(PlayerID player);
int GetStringWidth(const char *str);
void LoadStringWidthTable(void);