(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that

instead of using externs. Also move DrawPlayerIcon from graph_gui.cpp to
players.cpp.
This commit is contained in:
maedhros
2007-01-21 11:49:18 +00:00
parent 501cd51c15
commit 7a7562d8e2
7 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,6 @@ static const Widget _town_authority_widgets[] = {
};
extern const byte _town_action_costs[8];
extern void DrawPlayerIcon(PlayerID pid, int x, int y);
/** Get a list of available actions to do at a town.
* @param *nump if not NULL add put the number of available actions in it