[Plib-cvs] plib/src/sg sg.h,1.58,1.59
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-04-06 13:06:06
|
Update of /cvsroot/plib/plib/src/sg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9612/plib/src/sg Modified Files: sg.h Log Message: Added <stdio> into all of the main PLIB headers in order that NULL would be sure to be defined. Added ssgaScreenDump to ssgAux.dsp Index: sg.h =================================================================== RCS file: /cvsroot/plib/plib/src/sg/sg.h,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- sg.h 18 Mar 2004 19:14:43 -0000 1.58 +++ sg.h 6 Apr 2004 12:53:16 -0000 1.59 @@ -25,6 +25,7 @@ #ifndef SG_H #define SG_H 1 +#include <stdio.h> #include "ul.h" #define sgFloat float |