Freeciv-3.3
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 "repodlgs.h"
27
28/**********************************************************************/
32{
33 /* PORTME */
34}
35
36/**********************************************************************/
41{
42 /* PORTME */
43}
44
45/**********************************************************************/
49{
50 /* PORTME */
51}
52
53/**********************************************************************/
58{
59 /* PORTME */
60}
61
62/**********************************************************************/
66{
67 /* PORTME */
68}
69
70/**********************************************************************/
75{
76 /* PORTME */
77}
78
79/**********************************************************************/
83{
84 /* PORTME */
85}
86
87/**********************************************************************/
91{
92 /* PORTME */
93}
94
95/**********************************************************************/
99{
100 /* PORTME */
101}
char * incite_cost
Definition comments.c:76
void economy_report_dialog_popup(bool raise)
Definition repodlgs.c:1243
void units_report_dialog_popup(bool raise)
Definition repodlgs.c:1768
void gui_endgame_report_dialog_start(const struct packet_endgame_report *packet)
Definition repodlgs.c:82
void gui_real_science_report_dialog_update(void *unused)
Definition repodlgs.c:31
void gui_real_units_report_dialog_update(void *unused)
Definition repodlgs.c:65
void gui_endgame_report_dialog_player(const struct packet_endgame_player *packet)
Definition repodlgs.c:90
void gui_science_report_dialog_redraw(void)
Definition repodlgs.c:98
void gui_science_report_dialog_popup(bool raise)
Definition repodlgs.c:40
void gui_real_economy_report_dialog_update(void *unused)
Definition repodlgs.c:48