6 lines
98 B
C#
6 lines
98 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public interface IProgram : IDisposable { }
|
|
}
|