Freeciv-3.3
Loading...
Searching...
No Matches
clitreaty.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__CLITREATY_H
14#define FC__CLITREATY_H
15
16#ifdef __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19
20void client_init_meeting(int counterpart, int initiated_from);
21void client_recv_accept_treaty(int counterpart, bool I_accepted,
22 bool other_accepted);
23void client_recv_cancel_meeting(int counterpart, int initiated_from);
24void client_recv_create_clause(int counterpart, int giver,
25 enum clause_type type, int value);
26void client_recv_remove_clause(int counterpart, int giver,
27 enum clause_type type, int value);
28
29#ifdef __cplusplus
30}
31#endif /* __cplusplus */
32
33#endif /* FC__CLITREATY_H */
void client_recv_remove_clause(int counterpart, int giver, enum clause_type type, int value)
Definition clitreaty.c:131
void client_recv_create_clause(int counterpart, int giver, enum clause_type type, int value)
Definition clitreaty.c:105
void client_recv_accept_treaty(int counterpart, bool I_accepted, bool other_accepted)
Definition clitreaty.c:59
void client_recv_cancel_meeting(int counterpart, int initiated_from)
Definition clitreaty.c:83
void client_init_meeting(int counterpart, int initiated_from)
Definition clitreaty.c:33
char * incite_cost
Definition comments.c:76
GType type
Definition repodlgs.c:1313