[Plib-cvs] plib/demos/p-guide/src WriteCode.cxx,1.8,1.9
Brought to you by:
sjbaker
From: James J. <pu...@us...> - 2002-10-18 16:23:00
|
Update of /cvsroot/plib/plib/demos/p-guide/src In directory usw-pr-cvs1:/tmp/cvs-serv14512 Modified Files: WriteCode.cxx Log Message: J. Fay: Insert include for glut.h into exported files. Index: WriteCode.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/WriteCode.cxx,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- WriteCode.cxx 31 Aug 2002 08:14:39 -0000 1.8 +++ WriteCode.cxx 18 Oct 2002 16:22:57 -0000 1.9 @@ -103,6 +103,7 @@ fprintf ( out, "// TODO: Any additional includes you may need\n\n" ) ; + fprintf ( out, "#include <GL/glut.h>\n\n" ) ; fprintf ( out, "#include <plib/pu.h>\n\n" ) ; fprintf ( out, "// GLUT Window Handle\n" ) ; |