(EF_COUNTRY, cou_ca): New.
(empfile): Add it. (xdvisible): Deal with it. (ef_open_srv, ef_close_srv): Set it up. (ef_init_view, ef_fina_view): New.
This commit is contained in:
parent
21e3c9d55e
commit
9eba732cc3
6 changed files with 44 additions and 6 deletions
|
@ -190,6 +190,9 @@ struct empfile empfile[] = {
|
|||
{EF_NATION_STATUS, "nation-status", NULL, symbol_ca,
|
||||
PTR_CACHE(nation_status, EFF_CFG)},
|
||||
|
||||
/* Views */
|
||||
{EF_COUNTRY, "country", NULL, cou_ca, UNMAPPED_CACHE(struct natstr, 0)},
|
||||
|
||||
/* Sentinel */
|
||||
{EF_BAD, NULL, NULL, NULL, 0, 0, NULL, 0, 0, 0, 0, -1, NULL, NULL, NULL},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue