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:
parent
f9f3900595
commit
f35f16c0a2
24 changed files with 302 additions and 190 deletions
|
@ -156,6 +156,7 @@ enum {
|
|||
EF_POWER,
|
||||
EF_NATION,
|
||||
EF_CONTACT,
|
||||
EF_REJECT,
|
||||
EF_LOAN,
|
||||
EF_MAP,
|
||||
EF_BMAP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue