diff --git a/Source/Bind/Glu/Generator.cs b/Source/Bind/Glu/Generator.cs new file mode 100644 index 00000000..71634f30 --- /dev/null +++ b/Source/Bind/Glu/Generator.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Bind.Glu +{ + class Generator + { + } +} diff --git a/Source/Bind/Glx/Generator.cs b/Source/Bind/Glx/Generator.cs new file mode 100644 index 00000000..2602477d --- /dev/null +++ b/Source/Bind/Glx/Generator.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Bind.Glx +{ + class Generator + { + } +}