diff options
author | Brian Paul <[email protected]> | 2005-01-09 17:06:22 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-09 17:06:22 +0000 |
commit | 0fe7f406be7ffa8e849d9097e00a4d6229c138bd (patch) | |
tree | b6284c1d86d03b90cb587e5b790fc174a7549f1c /progs/demos/cubemap.c | |
parent | b58091a336d767bf82dbf12d6161997206a44bcf (diff) |
include readtex.h instead of readtex.c (Marcello Magallon)
Diffstat (limited to 'progs/demos/cubemap.c')
-rw-r--r-- | progs/demos/cubemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/cubemap.c b/progs/demos/cubemap.c index ee0336547bb..0a59b989835 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; |