relations: Create EF_RELAT table of struct relatstr
New struct relatstr is basically empty so far. The next commit will move relations state from struct natstr to struct relatstr. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
33f7ae79fe
commit
de24545963
24 changed files with 309 additions and 197 deletions
|
@ -155,6 +155,7 @@ enum {
|
|||
EF_TRADE,
|
||||
EF_POWER,
|
||||
EF_NATION,
|
||||
EF_RELAT,
|
||||
EF_CONTACT,
|
||||
EF_REJECT,
|
||||
EF_LOAN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue