using System; using System.Collections.Generic; namespace BizHawk.Bizware.BizwareGL { public interface IBlendState { } }