commit | 0fe7f406be7ffa8e849d9097e00a4d6229c138bd | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Sun Jan 09 17:06:22 2005 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Sun Jan 09 17:06:22 2005 +0000 |
tree | b6284c1d86d03b90cb587e5b790fc174a7549f1c | |
parent | b58091a336d767bf82dbf12d6161997206a44bcf [diff] [blame] |
include readtex.h instead of readtex.c (Marcello Magallon)
diff --git a/progs/demos/cubemap.c b/progs/demos/cubemap.c index ee03365..0a59b98 100644 --- a/progs/demos/cubemap.c +++ b/progs/demos/cubemap.c
@@ -40,7 +40,7 @@ #include <stdlib.h> #include <string.h> #include "GL/glut.h" -#include "../util/readtex.c" /* a hack */ +#include "readtex.h" static GLfloat Xrot = 0, Yrot = 0;