X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=sidebyside;f=src%2Fserver%2Fconfigfile.h;fp=src%2Fserver%2Fconfigfile.h;h=5fc2a0d8c6cb971e782dac5583a585ce600e9321;hb=cc4ed0c49279f08a053a3e3a9a4acba22283a01f;hp=0000000000000000000000000000000000000000;hpb=76ec1855b42a62dd569e3230120556854ca7329f;p=plomrogue diff --git a/src/server/configfile.h b/src/server/configfile.h new file mode 100644 index 0000000..5fc2a0d --- /dev/null +++ b/src/server/configfile.h @@ -0,0 +1,18 @@ +/* src/server/configfile.h + * + * Reading in the config file of map object and map object action definitions. + */ + +#ifndef CONFIGFILE_H +#define CONFIGFILE_H + + + +/* Parse file at world.path_config into map object and map object action + * definitions at world.map_obj_defs and world.map_obj_acts. + */ +extern void read_config_file(); + + + +#endif