Freeciv-3.3
Loading...
Searching...
No Matches
citydlg_g.h
Go to the documentation of this file.
1/**********************************************************************
2 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
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.
7
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__CITYDLG_G_H
14#define FC__CITYDLG_G_H
15
16#include "fc_types.h"
17
18#include "citydlg_common.h"
19
21
28
29/* Actually defined in update_queue.c */
30void popup_city_dialog(struct city *pcity);
31void refresh_city_dialog(struct city *pcity);
32
33#endif /* FC__CITYDLG_G_H */
void popup_city_dialog(struct city *pcity)
void refresh_city_dialog(struct city *pcity)
struct unit struct city struct unit struct tile struct extra_type const struct act_prob *act_probs int actor_unit_id struct unit struct unit * punit
Definition dialogs_g.h:74
struct unit struct city struct unit struct tile struct extra_type const struct act_prob *act_probs int actor_unit_id struct unit struct unit int const struct action *paction struct unit struct city * pcity
Definition dialogs_g.h:78
void real_city_dialog_popup(struct city *pcity)
Definition citydlg.c:566
bool city_dialog_is_open(struct city *pcity)
Definition citydlg.c:587
void real_city_dialog_refresh(struct city *pcity)
Definition citydlg.c:487
void popdown_all_city_dialogs(void)
Definition citydlg.c:607
void refresh_unit_city_dialogs(struct unit *punit)
Definition citydlg.c:546
void popdown_city_dialog(struct city *pcity)
Definition citydlg.c:595
#define GUI_FUNC_PROTO(_type, _func,...)
Definition city.h:317
Definition unit.h:140