namespace BizHawk.Client.ApiHawk.Classes.Events
{
///
/// Represent a method that will handle the event raised before a quickload is done
///
/// Object that raised the event
/// Event arguments
public delegate void BeforeQuickLoadEventHandler(object sender, BeforeQuickLoadEventArgs e);
}