The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL// For more information, see LICENCE in the main folder#ifndef _CONF_H_#define _CONF_H_#include"../common/cbasetypes.h"#include"libconfig.h"intconf_read_file(config_t*config,constchar*config_filename);intconfig_setting_copy(config_setting_t*parent,constconfig_setting_t*src);#endif // _CONF_H_