Committing in .

Added missing include files.

 Modified Files:
 	Mesa-newtree/progs/demos/isosurf.c
 	Mesa-newtree/src/mesa/main/nvvertexec.c
 ----------------------------------------------------------------------
This commit is contained in:
Jouk Jansen 2003-09-05 09:37:32 +00:00
parent d402cb97bd
commit 054b5aef92
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@
#endif
#define GL_GLEXT_LEGACY
#include "GL/glut.h"
#include "GL/glext.h"
#include "readtex.c" /* I know, this is a hack. KW: me too. */
#define TEXTURE_FILE "../images/reflect.rgb"

View file

@ -35,6 +35,7 @@
#include "mtypes.h"
#include "nvvertexec.h"
#include "nvvertprog.h"
#include "program.h"
#include "math/m_matrix.h"