Freeciv-3.1
Loading...
Searching...
No Matches
diplodlg_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__DIPLODLG_G_H
14#define FC__DIPLODLG_G_H
15
16#include "shared.h"
17
18#include "diptreaty.h"
19
21
23 int counterpart, int initiated_from)
25 int counterpart, int initiated_from)
27 enum clause_type type, int value)
29 enum clause_type type, int value)
31 int counterpart, bool I_accepted,
32 bool other_accepted)
33
35
36#endif /* FC__DIPLODLG_G_H */
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
#define GUI_FUNC_PROTO(_type, _func,...)