BizHawk/Bizware/BizHawk.Bizware.BizwareGL/RenderStates.cs

7 lines
128 B
C#
Raw Normal View History

2014-01-27 00:02:21 +00:00
using System;
using System.Collections.Generic;
namespace BizHawk.Bizware.BizwareGL
{
public interface IBlendState { }
}