Files
@ r9567:b3592d86e408
Branch filter:
Location: cpp/openttd-patchpack/source/src/player_gui.h - annotation
r9567:b3592d86e408
479 B
text/x-c
(svn r13591) -Codechange: Support CB36 in the vehicle offer window.
r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e r8254:b96be9ebfc6e | /* $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 */
|