home · contact · privacy
Load last world state from save file, not from re-stepping record file.
[plomrogue] / src / server / configfile.h
1 /* src/server/configfile.h
2  *
3  * Reading in the config file of thing types and thing actions.
4  */
5
6 #ifndef CONFIGFILE_H
7 #define CONFIGFILE_H
8
9
10
11 /* Parse thing type / action definitons file nto thing type and thing action
12  * definitions at world.thing_types and world.thing_actions.
13  */
14 extern void read_config_file();
15
16
17
18 #endif