Freeciv-3.1
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 bool other_accepted)
29{
30 /* PORTME */
31}
32
33/**********************************************************************/
37void handle_diplomacy_init_meeting(int counterpart, int initiated_from)
38{
39 /* PORTME */
40}
41
42/**********************************************************************/
46 enum clause_type type, int value)
47{
48 /* PORTME */
49}
50
51/**********************************************************************/
55void handle_diplomacy_cancel_meeting(int counterpart, int initiated_from)
56{
57 /* PORTME */
58}
59
60/**********************************************************************/
64 enum clause_type type, int value)
65{
66 /* PORTME */
67}
68
69/**********************************************************************/
75{
76 /* PORTME */
77}
int int initiated_from int int giver
Definition diplodlg_g.h:28
int int initiated_from handle_diplomacy_remove_clause
Definition diplodlg_g.h:28
handle_diplomacy_cancel_meeting
Definition diplodlg_g.h:24
int counterpart
Definition diplodlg_g.h:25
void handle_diplomacy_init_meeting(int counterpart, int initiated_from)
Definition diplodlg.c:135
void handle_diplomacy_create_clause(int counterpart, int giver, enum clause_type type, int value)
Definition diplodlg.c:157
void close_all_diplomacy_dialogs(void)
Definition diplodlg.c:1230
void handle_diplomacy_accept_treaty(int counterpart, bool I_accepted, bool other_accepted)
Definition diplodlg.c:116
GType type
Definition repodlgs.c:1312