Freeciv-3.3
Loading...
Searching...
No Matches
repodlgs_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__REPODLGS_G_H
14#define FC__REPODLGS_G_H
15
16/* utility */
17#include "support.h" /* bool type */
18
19/* common */
20#include "packets.h"
21
22/* client */
23#include "repodlgs_common.h"
24
26
35
39
40#endif /* FC__REPODLGS_G_H */
char * incite_cost
Definition comments.c:76
void science_report_dialog_popup(bool raise)
Definition repodlgs.c:716
void endgame_report_dialog_start(const struct packet_endgame_report *packet)
Definition repodlgs.c:1983
void real_units_report_dialog_update(void *unused)
Definition repodlgs.c:1794
void real_economy_report_dialog_update(void *unused)
Definition repodlgs.c:1268
void economy_report_dialog_popup(bool raise)
Definition repodlgs.c:1243
void units_report_dialog_popup(bool raise)
Definition repodlgs.c:1768
void science_report_dialog_redraw(void)
Definition repodlgs.c:761
void real_science_report_dialog_update(void *unused)
Definition repodlgs.c:751
#define GUI_FUNC_PROTO(_type, _func,...)
endgame_report_dialog_player
Definition repodlgs_g.h:33