Update of /cvsroot/plib/plib/src/fnt
In directory usw-pr-cvs1:/tmp/cvs-serv13573
Modified Files:
fnt.cxx fnt.h
Log Message:
Added fntInit routine
Index: fnt.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/fnt/fnt.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fnt.cxx 15 Aug 2002 00:04:42 -0000 1.8
+++ fnt.cxx 1 Sep 2002 04:11:48 -0000 1.9
@@ -23,6 +23,11 @@
#include "fntLocal.h"
+void fntInit ( void )
+{
+}
+
+
fntFont:: fntFont () {}
fntFont::~fntFont () {}
Index: fnt.h
===================================================================
RCS file: /cvsroot/plib/plib/src/fnt/fnt.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fnt.h 31 Aug 2002 08:04:18 -0000 1.9
+++ fnt.h 1 Sep 2002 04:11:48 -0000 1.10
@@ -291,5 +291,7 @@
} ;
+extern void ulInit ( void ) ;
+
#endif
|