summaryrefslogtreecommitdiff
path: root/src/ecommon/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecommon/config.h')
-rw-r--r--src/ecommon/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ecommon/config.h b/src/ecommon/config.h
new file mode 100644
index 0000000..9c24932
--- /dev/null
+++ b/src/ecommon/config.h
@@ -0,0 +1,16 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_COMMON_CONFIG
+#define EVOL_COMMON_CONFIG
+
+void config_default_map(const char *val);
+void config_default_x(const char *val);
+void config_default_y(const char *val);
+void common_config_final(void);
+
+extern const char *default_map;
+extern int default_x;
+extern int default_y;
+
+#endif // EVOL_COMMON_CONFIG