7 lines
128 B
C#
7 lines
128 B
C#
![]() |
using System;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace BizHawk.Bizware.BizwareGL
|
||
|
{
|
||
|
public interface IBlendState { }
|
||
|
}
|