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_STORAGE_H_#define _INT_STORAGE_H_intinter_storage_sql_init();voidinter_storage_sql_final();intinter_storage_delete(intaccount_id);intinter_guild_storage_delete(intguild_id);intinter_storage_parse_frommap(intfd);//extern char storage_txt[256];#endif