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.
// Homunculus saving by Albator and Orn for eAthena.// GNU/GPL rulez !#ifndef _INT_HOMUN_H_#define _INT_HOMUN_H_intinter_homunculus_sql_init(void);voidinter_homunculus_sql_final(void);intmapif_save_homunculus(structs_homunculus*hd);intmapif_load_homunculus(intfd);intmapif_delete_homunculus(intfd);intinter_homunculus_parse_frommap(intfd);#endif