using System; using System.Collections.Generic; using System.Text; namespace BizHawk.Client.EtoHawk { public class DisplayManager { public bool NeedsToPaint { get; set; } } }