diff options
Diffstat (limited to 'src/common/init.h')
-rw-r--r-- | src/common/init.h | 10 |
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 |