include readtex.h instead of readtex.c

This commit is contained in:
Brian Paul
2005-01-09 17:15:41 +00:00
parent 0fe7f406be
commit 575d24a5ff
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
#include <GL/glut.h>
#include <GL/glext.h>
#include "readtex.c" /* I know, this is a hack. */
#include "readtex.h"
#define TEXTURE_FILE "../images/girl.rgb"