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:
parent
7cc34abaca
commit
4b4df53485
24 changed files with 314 additions and 187 deletions
|
@ -155,6 +155,7 @@ enum {
|
|||
EF_TRADE,
|
||||
EF_POWER,
|
||||
EF_NATION,
|
||||
EF_CONTACT,
|
||||
EF_LOAN,
|
||||
EF_MAP,
|
||||
EF_BMAP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue