~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to client/include/citydlg_g.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2011-08-28 22:40:00 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: package-import@ubuntu.com-20110828224000-j2r1erewlem25dox
Tags: 2.3.0-1
[ Karl Goetz ]
* New upstream version.
* Fix themes_sdl_use_system_fonts.diff to apply cleanly on 2.3.0
* Massage work_around_unity_induced_breakage.diff to get it
  applying to the new codebase (The patch assumes commits made
  after 2.3.0 was tagged upstream).

[ Clint Adams ]
* Fudge build system to think there is no libtool mismatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include "citydlg_common.h"
19
19
 
20
 
void popup_city_dialog(struct city *pcity);
 
20
void real_city_dialog_popup(struct city *pcity);
21
21
void popdown_city_dialog(struct city *pcity);
22
22
void popdown_all_city_dialogs(void);
23
 
void refresh_city_dialog(struct city *pcity);
 
23
void real_city_dialog_refresh(struct city *pcity);
24
24
void refresh_unit_city_dialogs(struct unit *punit);
25
25
bool city_dialog_is_open(struct city *pcity);
26
26
 
 
27
/* Actually defined in update_queue.c */
 
28
void popup_city_dialog(struct city *pcity);
 
29
void refresh_city_dialog(struct city *pcity);
 
30
 
27
31
#endif  /* FC__CITYDLG_G_H */