(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:
Ron Koenderink 2005-11-12 16:53:52 +00:00
parent 0918d3c3fc
commit d8422caa84
7 changed files with 553 additions and 10 deletions

View file

@ -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];