From e1b0d5fdb59b30efa7b8b2acd6fdfa47a46b87fe Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 2 Sep 2007 00:58:10 +0000 Subject: [PATCH] Added Glu and Glx generators. --- Source/Bind/Glu/Generator.cs | 10 ++++++++++ Source/Bind/Glx/Generator.cs | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Source/Bind/Glu/Generator.cs create mode 100644 Source/Bind/Glx/Generator.cs 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 + { + } +}