1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-22 22:19:08 +00:00

(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]

This commit is contained in:
tron
2006-08-28 06:21:48 +00:00
parent 3c844b6391
commit 523519c8ec
6 changed files with 14 additions and 12 deletions

1
gfx.h
View File

@@ -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);