10 lines
157 B
C#
10 lines
157 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenTK.Compute
|
|
{
|
|
public static partial class CL
|
|
{
|
|
}
|
|
}
|