1 /* src/server/configfile.h
3 * Reading in the config file of thing types and thing actions.
11 /* Parse file at world.path_config into thing type and thing action definitions
12 * at world.thing_types and world.thing_actions.
14 extern void read_config_file();