Added Glu and Glx generators.

This commit is contained in:
the_fiddler 2007-09-02 00:58:10 +00:00
parent 9b257a97e9
commit e1b0d5fdb5
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
{
}
}