[Plib-cvs] plib/src/fnt fnt.h,1.8,1.9
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2002-08-31 08:05:16
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv28527 Modified Files: fnt.h Log Message: Change from Norman Vine: Include "sg.h" moved Index: fnt.h =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/fnt.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- fnt.h 31 Aug 2002 00:06:12 -0000 1.8 +++ fnt.h 31 Aug 2002 08:04:18 -0000 1.9 @@ -25,13 +25,14 @@ #ifndef _FNT_H_ #define _FNT_H_ 1 +#include "sg.h" + #ifdef __APPLE__ # include <OpenGL/gl.h> #else # include <GL/gl.h> #endif -#include "sg.h" #define FNTMAX_CHAR 256 #define FNT_TRUE 1 |