Mercurial > hg > openttd
view src/player_gui.h @ 9745:26478249b3d0 draft
(svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, and align a bit the code
author | belugas <belugas@openttd.org> |
---|---|
date | Wed, 30 Jul 2008 16:23:55 +0000 |
parents | 7d580c9c41fb |
children | c54d140df948 |
line wrap: on
line source
/* $Id$ */ /** @file player_gui.h GUI Functions related to players. */ #ifndef PLAYER_GUI_H #define PLAYER_GUI_H #include "player_type.h" uint16 GetDrawStringPlayerColor(PlayerID player); void DrawPlayerIcon(PlayerID p, int x, int y); void ShowPlayerStations(PlayerID player); void ShowPlayerFinances(PlayerID player); void ShowPlayerCompany(PlayerID player); void InvalidatePlayerWindows(const Player *p); void DeletePlayerWindows(PlayerID pi); #endif /* PLAYER_GUI_H */