~ubuntu-branches/ubuntu/natty/freeciv/natty-proposed

« back to all changes in this revision

Viewing changes to client/gui-sdl/citydlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2010-02-23 22:09:02 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100223220902-s3spqi1x4e190y0t
Tags: 2.2.0-1
[ Karl Goetz ]
* Remove civserver files in /etc/ggzd/ (Closes: 523772, 517787)
* Adding ${misc:Depends} to all binary packages (lintian warnings)

[ Clint Adams ]
* New upstream version.
  - Drop data_dsc_use_bindir.diff (binary pathnames have changed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "SDL.h"
26
26
 
27
27
#include "citydlg_g.h"
 
28
#include "effects.h"
28
29
 
29
30
void free_city_units_lists(void);
30
31
void enable_city_dlg_widgets(void);
34
35
                               const struct city *pCity,
35
36
                               bool (*worker_check) (const struct city *,
36
37
                                                     int, int));
37
 
Impr_type_id get_building_for_effect(enum effect_type effect_type);                              
 
38
struct impr_type *get_building_for_effect(enum effect_type effect_type);                              
38
39
          
39
40
#endif  /* FC__CITYDLG_H */