Made global variables in header files extern and implement them in their respective source file. (#2318)

This commit is contained in:
Jittapan Pluemsumran
2017-08-08 15:33:39 +07:00
committed by GitHub
parent 8310253b84
commit 71421a4268
19 changed files with 71 additions and 34 deletions

View File

@@ -162,6 +162,16 @@ char help2_txt[256] = "conf/help2.txt";
char charhelp_txt[256] = "conf/charhelp.txt";
char channel_conf[256] = "conf/channels.conf";
const char *MSG_CONF_NAME_RUS;
const char *MSG_CONF_NAME_SPN;
const char *MSG_CONF_NAME_GRM;
const char *MSG_CONF_NAME_CHN;
const char *MSG_CONF_NAME_MAL;
const char *MSG_CONF_NAME_IDN;
const char *MSG_CONF_NAME_FRN;
const char *MSG_CONF_NAME_POR;
const char *MSG_CONF_NAME_THA;
char wisp_server_name[NAME_LENGTH] = "Server"; // can be modified in char-server configuration file
struct s_map_default map_default;