From: <sja...@us...> - 2003-08-12 08:30:36
|
Update of /cvsroot/binaryphp/binaryphp In directory sc8-pr-cvs1:/tmp/cvs-serv24272 Modified Files: functions.php Log Message: Added function: chr() Index: functions.php =================================================================== RCS file: /cvsroot/binaryphp/binaryphp/functions.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** functions.php 5 Aug 2003 23:25:55 -0000 1.38 --- functions.php 12 Aug 2003 08:28:42 -0000 1.39 *************** *** 64,67 **** --- 64,68 ---- 'glutKeyboardFunc' => array(array('GL/gl.h', 'GL/glu.h', 'GL/glut.h'), 'glut/glutKeyboardFunc.cpp'), 'glutCreateMenu' => array(array('GL/gl.h', 'GL/glu.h', 'GL/glut.h'), 'glut/glutCreateMenu.cpp'), + 'chr' => array(null, 'string/chr.cpp'), null ); |