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 _INT_HOMUN_H_#define _INT_HOMUN_H_intinter_homun_init(void);voidinter_homun_final(void);intinter_homun_save(void);intinter_homun_delete(inthomun_id);intinter_homun_parse_frommap(intfd);externcharhomun_txt[1024];#endif /* _INT_HOMUN_H_ */