diff options
author | Brian Paul <[email protected]> | 2005-01-09 17:39:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-09 17:39:06 +0000 |
commit | 2d84ed83c421cb472f4fce5cdcd6191a49345f51 (patch) | |
tree | 7ed0554dc2f7448670e01a025d7e3602c53257ba /progs/demos/multiarb.c | |
parent | 92eddb0fd404624ca198f19e4088927701eec7f5 (diff) |
include readtex.h
Diffstat (limited to 'progs/demos/multiarb.c')
-rw-r--r-- | progs/demos/multiarb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/progs/demos/multiarb.c b/progs/demos/multiarb.c index 6fe35e7fdd2..d963985c69d 100644 --- a/progs/demos/multiarb.c +++ b/progs/demos/multiarb.c @@ -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) { |