New Empire table game, to be used for global stuff:
(gamestr, EF_GAME, game_ca): New. (empfile): Declare the table. (ef_open_srv, ef_close_srv): Open and close it. (main): Create it. (empobj_storage): New member game. (EF_DYNMAX): New. (EF_IS_GAME_STATE): Use it.
This commit is contained in:
parent
4ba4cd98c6
commit
654335c621
9 changed files with 68 additions and 1 deletions
|
@ -216,6 +216,7 @@ extern struct castr trade_ca[];
|
|||
extern struct castr nat_ca[];
|
||||
extern struct castr cou_ca[];
|
||||
extern struct castr realm_ca[];
|
||||
extern struct castr game_ca[];
|
||||
extern struct castr intrchr_ca[];
|
||||
extern struct castr rpt_ca[];
|
||||
extern struct castr empfile_ca[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue