gfx.h
changeset 2436 177cb6a8339f
parent 2407 983f1d8a0614
child 2548 97ada3bd2702
--- a/gfx.h	Sat Sep 17 13:57:01 2005 +0000
+++ b/gfx.h	Sun Sep 18 20:56:44 2005 +0000
@@ -64,7 +64,7 @@
 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(byte player);
+uint16 GetDrawStringPlayerColor(PlayerID player);
 
 int GetStringWidth(const char *str);
 void LoadStringWidthTable(void);
@@ -124,4 +124,4 @@
 	IS_PALETTE_COLOR = 0x100, // color value is already a real palette color index, not an index of a StringColor
 } StringColorFlags;
 
-#endif
+#endif /* GFX_H */