commit | 575d24a5ffb84b9122a3d3d85d138a7bbe06284b | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Sun Jan 09 17:15:41 2005 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Sun Jan 09 17:15:41 2005 +0000 |
tree | a976297f611e2ac2d31441a72dadc46933785fbc | |
parent | 0fe7f406be7ffa8e849d9097e00a4d6229c138bd [diff] [blame] |
include readtex.h instead of readtex.c
diff --git a/progs/demos/winpos.c b/progs/demos/winpos.c index 6250419..2ee1df6 100644 --- a/progs/demos/winpos.c +++ b/progs/demos/winpos.c
@@ -14,7 +14,7 @@ #define GL_GLEXT_PROTOTYPES #include "GL/glut.h" -#include "readtex.c" /* a hack, I know */ +#include "readtex.h" #define IMAGE_FILE "../images/girl.rgb"