commit | 02e8a035934a7400d0194687061107bdaa1bba77 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Tue Jun 27 17:04:43 2000 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Tue Jun 27 17:04:43 2000 +0000 |
tree | ab0b06c533e6f6fb2d409995f5b01423f29db105 | |
parent | 9e7f9b3e99cf4963e3bc684b5f9fc095be059a82 [diff] [blame] |
fixed compiler warnings
diff --git a/progs/demos/shadow.c b/progs/demos/shadow.c index a1b3fde..0f66b53 100644 --- a/progs/demos/shadow.c +++ b/progs/demos/shadow.c
@@ -48,6 +48,8 @@ /* Rendering shadows using projective shadows. */ #include <GL/glut.h> +#include "shadow.h" + enum { X, Y, Z, W