Freeciv-3.3
Loading...
Searching...
No Matches
diplodlg.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/* gui main header */
19#include "gui_stub.h"
20
21#include "diplodlg.h"
22
23/**********************************************************************/
28{
29 /* PORTME */
30}
31
32/**********************************************************************/
37 struct player *initiator)
38{
39 /* PORTME */
40}
41
42/**********************************************************************/
46{
47 /* PORTME */
48}
49
50/**********************************************************************/
55 struct player *initiator)
56{
57 /* PORTME */
58}
59
60/**********************************************************************/
64{
65 /* PORTME */
66}
67
68/**********************************************************************/
72{
73 /* PORTME */
74}
75
76/**********************************************************************/
82{
83 /* PORTME */
84}
char * incite_cost
Definition comments.c:76
struct treaty * ptreaty
Definition diplodlg_g.h:28
struct treaty struct player * they
Definition diplodlg_g.h:28
void close_all_diplomacy_dialogs(void)
Definition diplodlg.c:1260
void gui_gui_prepare_clause_updt(struct treaty *ptreaty, struct player *they)
Definition diplodlg.c:71
void gui_gui_recv_remove_clause(struct treaty *ptreaty, struct player *they)
Definition diplodlg.c:63
void gui_gui_recv_accept_treaty(struct treaty *ptreaty, struct player *they)
Definition diplodlg.c:27
void gui_gui_init_meeting(struct treaty *ptreaty, struct player *they, struct player *initiator)
Definition diplodlg.c:36
void gui_gui_recv_create_clause(struct treaty *ptreaty, struct player *they)
Definition diplodlg.c:45
void gui_gui_recv_cancel_meeting(struct treaty *ptreaty, struct player *they, struct player *initiator)
Definition diplodlg.c:54