Added Glu and Glx generators.

This commit is contained in:
the_fiddler 2007-09-02 00:58:10 +00:00
parent 2f09c15672
commit 728a5c9ec6
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Bind.Glu
{
class Generator
{
}
}

View file

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Bind.Glx
{
class Generator
{
}
}