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
|
@ -273,6 +273,7 @@ extern struct castr commodity_ca[];
|
|||
extern struct castr trade_ca[];
|
||||
extern struct castr nat_ca[];
|
||||
extern struct castr cou_ca[];
|
||||
extern struct castr contact_ca[];
|
||||
extern struct castr realm_ca[];
|
||||
extern struct castr game_ca[];
|
||||
extern struct castr intrchr_ca[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue