include readtex.h

This commit is contained in:
Brian Paul
2005-01-09 17:39:06 +00:00
parent 92eddb0fd4
commit 2d84ed83c4
5 changed files with 6 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
#include <string.h>
#include <GL/glut.h>
#include "readtex.c" /* I know, this is a hack. */
#include "readtex.h"
#define TEXTURE_1_FILE "../images/girl.rgb"
#define TEXTURE_2_FILE "../images/reflect.rgb"
@@ -36,7 +36,6 @@ static GLfloat drift_increment = 0.005;
static GLfloat Xrot = 20.0, Yrot = 30.0, Zrot = 0.0;
static void Idle( void )
{
if (Animate) {