home · contact · privacy
5fc2a0d8c6cb971e782dac5583a585ce600e9321
[plomrogue] / src / server / configfile.h
1 /* src/server/configfile.h
2  *
3  * Reading in the config file of map object and map object action definitions.
4  */
5
6 #ifndef CONFIGFILE_H
7 #define CONFIGFILE_H
8
9
10
11 /* Parse file at world.path_config into map object and map object action
12  * definitions at world.map_obj_defs and world.map_obj_acts.
13  */
14 extern void read_config_file();
15
16
17
18 #endif