summaryrefslogtreecommitdiff
path: root/src/emap/config.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-22 16:51:16 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-22 16:51:16 +0300
commitfb61301d037660e7ff56caa1d49dd2c7c959b15d (patch)
treef115c065616a4c27e2edf08cf4b6d1fb8d96fefb /src/emap/config.h
parent61674f9ac09dcba67ad1aad151a5dd179b0f6f9e (diff)
downloadevol-hercules-fb61301d037660e7ff56caa1d49dd2c7c959b15d.tar.gz
evol-hercules-fb61301d037660e7ff56caa1d49dd2c7c959b15d.tar.bz2
evol-hercules-fb61301d037660e7ff56caa1d49dd2c7c959b15d.tar.xz
evol-hercules-fb61301d037660e7ff56caa1d49dd2c7c959b15d.zip
Add support for warn_missing_translation configuration option.
Diffstat (limited to 'src/emap/config.h')
-rw-r--r--src/emap/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emap/config.h b/src/emap/config.h
new file mode 100644
index 0000000..27117b5
--- /dev/null
+++ b/src/emap/config.h
@@ -0,0 +1,10 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 - 2015 Evol developers
+
+#ifndef EVOL_MAP_CONFIG
+#define EVOL_MAP_CONFIG
+
+void config_warn_missing_translation(const char *key, const char *val);
+extern bool warn_missing_translation;
+
+#endif // EVOL_MAP_CONFIG