blob: bd86f5bda97905de1313008a575c9fdfcf4e4ac1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|