4 lines
84 B
C#
4 lines
84 B
C#
|
namespace Ryujinx.Graphics.Gal.OpenGL
|
||
|
{
|
||
|
delegate void DeleteValue<T>(T Value);
|
||
|
}
|