diff options
Diffstat (limited to 'make/stub_includes/opengl')
-rw-r--r-- | make/stub_includes/opengl/cg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/opengl/cg.c b/make/stub_includes/opengl/cg.c index 98c824285..688e80c82 100644 --- a/make/stub_includes/opengl/cg.c +++ b/make/stub_includes/opengl/cg.c @@ -21,6 +21,6 @@ typedef double GLdouble; /* double precision float */ typedef double GLclampd; /* double precision float in [0,1] */ #define CGDLL_API -#include <CG/cgGL.h> +#include <Cg/cgGL.h> |