Added translator comment about government overthrown message.
[freeciv.git] / client / gui-gtk-3.0 / unitselunitdlg.h
blobd872de86c535b66fe11f3f3d38e65aadc2dff7d4
1 /***********************************************************************
2 Freeciv - Copyright (C) 1996-2005 - Freeciv Development Team
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12 ***********************************************************************/
13 #ifndef FC__UNITSELUNITDLG_H
14 #define FC__UNITSELUNITDLG_H
16 bool select_tgt_unit(struct unit *actor, struct tile *ptile,
17 struct unit_list *potential_tgt_units,
18 struct unit *suggested_tgt_unit,
19 const gchar *dlg_title,
20 const gchar *actor_label,
21 const gchar *tgt_label,
22 const gchar *do_label,
23 GCallback do_callback);
25 #endif /* FC__UNITSELUNITDLG_H */