home · contact · privacy
901834af96cc87c8cac982ad327dcd8fa66003c9
[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 file at world.path_config into thing type and thing action definitions
12  * at world.thing_types and world.thing_actions.
13  */
14 extern void read_config_file();
15
16
17
18 #endif