diff options
Diffstat (limited to 'src/ecommon/init.h')
-rw-r--r-- | src/ecommon/init.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ecommon/init.h b/src/ecommon/init.h new file mode 100644 index 0000000..41f844c --- /dev/null +++ b/src/ecommon/init.h @@ -0,0 +1,11 @@ +// 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); +void commonClean(void); + +#endif // EVOL_COMMON_INTERFACES |