summaryrefslogtreecommitdiff
path: root/src/common/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/init.h')
-rw-r--r--src/common/init.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/init.h b/src/common/init.h
new file mode 100644
index 0000000..bd86f5b
--- /dev/null
+++ b/src/common/init.h
@@ -0,0 +1,10 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_COMMON_INTERFACES
+#define EVOL_COMMON_INTERFACES
+
+void interfaces_init_common(void);
+void setDefaultMap(void);
+
+#endif // EVOL_COMMON_INTERFACES