Update of /cvsroot/plib/plib/src/fnt
In directory usw-pr-cvs1:/tmp/cvs-serv22329/plib/src/fnt
Modified Files:
fnt.cxx fnt.h
Log Message:
Added fntInit() - which logically should be present even though it
does nothing yet.
Index: fnt.cxx
===================================================================
RCS file: /cvsroot/plib/plib/src/fnt/fnt.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fnt.cxx 2 Sep 2002 06:05:43 -0000 1.11
+++ fnt.cxx 26 Oct 2002 14:24:59 -0000 1.12
@@ -244,3 +244,9 @@
}
}
+void fntInit ()
+{
+ /* Empty right now */
+}
+
+
Index: fnt.h
===================================================================
RCS file: /cvsroot/plib/plib/src/fnt/fnt.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- fnt.h 2 Sep 2002 06:05:43 -0000 1.12
+++ fnt.h 26 Oct 2002 14:24:59 -0000 1.13
@@ -291,5 +291,7 @@
} ;
+void fntInit () ;
+
#endif
|