home · contact · privacy
Server: Read in former "config" data as normal server god commands.
[plomrogue] / src / server / configfile.h
diff --git a/src/server/configfile.h b/src/server/configfile.h
deleted file mode 100644 (file)
index d80a2ba..0000000
+++ /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