reject: Create EF_REJECT table of struct rejectstr

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

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-10-31 13:26:37 +01:00
parent f9f3900595
commit f35f16c0a2
24 changed files with 302 additions and 190 deletions

View file

@ -156,6 +156,7 @@ enum {
EF_POWER,
EF_NATION,
EF_CONTACT,
EF_REJECT,
EF_LOAN,
EF_MAP,
EF_BMAP,