#include <time.h>#include "types.h"Include dependency graph for treaty.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | trtstr |
Defines | |
| #define | TS_FREE AGREE_FREE |
| #define | TS_PROPOSED AGREE_PROPOSED |
| #define | TS_SIGNED AGREE_SIGNED |
| #define | LNDATT bit(0) |
| #define | SEAATT bit(1) |
| #define | SEAFIR bit(2) |
| #define | LANATT bit(3) |
| #define | LANFIR bit(4) |
| #define | NEWSHP bit(5) |
| #define | NEWNUK bit(6) |
| #define | NEWPLN bit(7) |
| #define | NEWLND bit(8) |
| #define | TRTENL bit(9) |
| #define | SUBFIR bit(10) |
| #define | gettre(n, p) ef_read(EF_TREATY, (n), (p)) |
| #define | puttre(n, p) ef_write(EF_TREATY, (n), (p)) |
| #define | gettrep(n) ((struct trtstr *)ef_ptr(EF_TREATY, (n))) |
| #define gettre | ( | n, | |||
| p | ) | ef_read(EF_TREATY, (n), (p)) |
| #define gettrep | ( | n | ) | ((struct trtstr *)ef_ptr(EF_TREATY, (n))) |
| #define LANATT bit(3) |
| #define LANFIR bit(4) |
| #define LNDATT bit(0) |
| #define NEWLND bit(8) |
| #define NEWNUK bit(6) |
| #define NEWPLN bit(7) |
| #define NEWSHP bit(5) |
| #define puttre | ( | n, | |||
| p | ) | ef_write(EF_TREATY, (n), (p)) |
Definition at line 71 of file treaty.h.
Referenced by distrea(), do_treaty(), treaty_accept(), and treaty_decline().
| #define SEAATT bit(1) |
| #define SEAFIR bit(2) |
| #define SUBFIR bit(10) |
| #define TS_FREE AGREE_FREE |
Definition at line 53 of file treaty.h.
Referenced by distrea(), do_treaty(), treaty_accept(), treaty_decline(), trechk(), and xdvisible().
| #define TS_PROPOSED AGREE_PROPOSED |
| #define TS_SIGNED AGREE_SIGNED |
Definition at line 55 of file treaty.h.
Referenced by cons_choose(), treaty_accept(), treaty_decline(), and trechk().
1.5.2