(init_server, ef_load, xundump): Add ability to customize game
configurations. The custom game configurations are loaded via text files in the data directory. Closes #752881.
This commit is contained in:
parent
0918d3c3fc
commit
d8422caa84
7 changed files with 553 additions and 10 deletions
|
@ -158,6 +158,7 @@ extern int ef_flags(int);
|
|||
extern int ef_byname(char *);
|
||||
extern int ef_byname_from(char *, int *);
|
||||
extern void ef_init(void);
|
||||
extern int ef_load(void);
|
||||
|
||||
extern struct empfile empfile[EF_MAX + 1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue