[Plib-cvs] plib/demos/simon/doc index.html,1.2,1.3
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-14 23:54:18
|
Update of /cvsroot/plib/plib/demos/simon/doc In directory usw-pr-cvs1:/tmp/cvs-serv4055 Modified Files: index.html Log Message: Argh - confused < and > ! Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/demos/simon/doc/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.html 14 Sep 2002 23:50:06 -0000 1.2 +++ index.html 14 Sep 2002 23:54:15 -0000 1.3 @@ -51,11 +51,11 @@ All SIMON programs have to start with the line: <pre> - #include >simon.h< + #include <simon.h> </pre> ...this brings in all the information the compiler needs in order for you to -write a SIMON program. Think of it like '#include >stdio.h<' but for +write a SIMON program. Think of it like '#include <stdio.h>' but for programs that are just doing 3D rendering. <p> Then, you have to declare an integer variable for everything in the scene |