contact: Create EF_CONTACT table of struct contactstr

New struct contactstr is basically empty so far.  The next commit will
move contact state from struct natstr to struct contactstr.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-10-25 19:33:19 +02:00
parent 7cc34abaca
commit 4b4df53485
24 changed files with 314 additions and 187 deletions

View file

@ -155,6 +155,7 @@ enum {
EF_TRADE,
EF_POWER,
EF_NATION,
EF_CONTACT,
EF_LOAN,
EF_MAP,
EF_BMAP,