summaryrefslogtreecommitdiff
path: root/src/ecommon/config.h
blob: 816bdcb38af404edbbceb25823458e9050245487 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers

#ifndef EVOL_COMMON_CONFIG
#define EVOL_COMMON_CONFIG

void config_default_map(const char *key, const char *val);
void config_default_x(const char *key, const char *val);
void config_default_y(const char *key, const char *val);
void common_config_final(void);

extern const char *default_map;
extern int default_x;
extern int default_y;

#endif  // EVOL_COMMON_CONFIG