Freeciv-3.2
Loading...
Searching...
No Matches
repodlgs.c
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
14#ifdef HAVE_CONFIG_H
15#include <fc_config.h>
16#endif
17
18#include <stdlib.h>
19
20/* gui main header */
21#include "gui_stub.h"
22
23/* client */
24#include "repodlgs_common.h"
25
26#include "cityrep.h"
27
28#include "repodlgs.h"
29
30/**********************************************************************/
34{
35 /* PORTME */
36}
37
38/**********************************************************************/
43{
44 /* PORTME */
45}
46
47/**********************************************************************/
51{
52 /* PORTME */
53}
54
55/**********************************************************************/
60{
61 /* PORTME */
62}
63
64/**********************************************************************/
68{
69 /* PORTME */
70}
71
72/**********************************************************************/
77{
78 /* PORTME */
79}
80
81/**********************************************************************/
85{
86 /* PORTME */
87}
88
89/**********************************************************************/
93{
94 /* PORTME */
95}
96
97/**********************************************************************/
101{
102 /* PORTME */
103}
char * incite_cost
Definition comments.c:75
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
endgame_report_dialog_player
Definition repodlgs_g.h:33