mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-24 05:45:09 +00:00
28 lines
415 B
C#
28 lines
415 B
C#
#region --- License ---
|
|
/* Copyright (c) 2006, 2007 Stefanos Apostolopoulos
|
|
* See license.txt for license info
|
|
*/
|
|
#endregion
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using Bind.Structures;
|
|
using System.Diagnostics;
|
|
|
|
namespace Bind.GL2
|
|
{
|
|
class SpecWriter : ISpecWriter
|
|
{
|
|
#region --- ISpecWriter Members ---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
}
|
|
}
|