mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-03-18 17:56:31 +00:00
6 lines
98 B
C#
6 lines
98 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public interface IProgram : IDisposable { }
|
|
}
|