]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/constants.c
Virtual selectors
[empserver] / src / lib / global / constants.c
index 94fcbd353d9cebc7164a36e0238f470d54197a94..ddc1b2bcd2855fc3c8d9db2f5142dff3beffaf38 100644 (file)
@@ -221,3 +221,11 @@ float start_education = 0.0;
 float start_happiness = 0.0;
 float start_technology = 0.0;
 float start_research = 0.0;
+
+/* econfig keys */
+static int emp_config_dummy;
+struct keymatch configkeys[] = {
+#define        EMP_CONFIG_C_OUTPUT
+#include "econfig-spec.h"
+#undef EMP_CONFIG_C_OUTPUT
+};