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 CHAR_QUEST_H#define CHAR_QUEST_Hvoidinter_quest_defaults(void);structinter_quest_interface{int(*parse_frommap)(intfd);};structinter_quest_interface*inter_quest;#endif /* CHAR_QUEST_H */