diff options
author | Sven Gothel <[email protected]> | 2011-10-22 16:52:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-22 16:52:51 +0200 |
commit | 610473bd1ad7598db42d40d0d861467bdb1304b6 (patch) | |
tree | a26cba83046389321fcd5986a5c1c5fe78645475 /make/stub_includes/opengl/cg.c | |
parent | 285c5ed3b72b2e0877a0be7a7701649dc5344168 (diff) |
Proper self containing NV Cg location
Diffstat (limited to 'make/stub_includes/opengl/cg.c')
-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> |