00001 /* $Id: player_gui.h 11818 2008-01-12 14:10:35Z rubidium $ */ 00002 00005 #ifndef PLAYER_GUI_H 00006 #define PLAYER_GUI_H 00007 00008 #include "player_type.h" 00009 00010 uint16 GetDrawStringPlayerColor(PlayerID player); 00011 void DrawPlayerIcon(PlayerID p, int x, int y); 00012 00013 void ShowPlayerStations(PlayerID player); 00014 void ShowPlayerFinances(PlayerID player); 00015 void ShowPlayerCompany(PlayerID player); 00016 00017 void InvalidatePlayerWindows(const Player *p); 00018 void DeletePlayerWindows(PlayerID pi); 00019 00020 #endif /* PLAYER_GUI_H */