X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fserver%2Fconfigfile.h;fp=src%2Fserver%2Fconfigfile.h;h=0000000000000000000000000000000000000000;hb=891ba8fbca53d920f6b3704827fa6b8aee737de4;hp=d80a2ba004e2bc3c1a2eaca78537a4934f33e916;hpb=997edd45d2002dc021d1d74a12473e6055a82a75;p=plomrogue diff --git a/src/server/configfile.h b/src/server/configfile.h deleted file mode 100644 index d80a2ba..0000000 --- a/src/server/configfile.h +++ /dev/null @@ -1,18 +0,0 @@ -/* src/server/configfile.h - * - * Reading in the config file of thing types and thing actions. - */ - -#ifndef CONFIGFILE_H -#define CONFIGFILE_H - - - -/* Parse thing type / action definitons file nto thing type and thing action - * definitions at world.thing_types and world.thing_actions. - */ -extern void read_config_file(); - - - -#endif