[Opal-commits] opal/vc7 opal-ode.vcproj,1.9,1.10
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-02-22 01:26:08
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17286/vc7 Modified Files: opal-ode.vcproj Log Message: added new Data classes Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** opal-ode.vcproj 16 Feb 2005 05:06:48 -0000 1.9 --- opal-ode.vcproj 22 Feb 2005 01:25:57 -0000 1.10 *************** *** 165,168 **** --- 165,174 ---- </File> <File + RelativePath="..\src\BoxShapeData.h"> + </File> + <File + RelativePath="..\src\CapsuleShapeData.h"> + </File> + <File RelativePath="..\src\Defines.h"> </File> *************** *** 192,195 **** --- 198,204 ---- </File> <File + RelativePath="..\src\ShapeData.h"> + </File> + <File RelativePath="..\src\Simulator.h"> </File> *************** *** 201,207 **** --- 210,222 ---- </File> <File + RelativePath="..\src\SolidData.h"> + </File> + <File RelativePath="..\src\Space.h"> </File> <File + RelativePath="..\src\SphereShapeData.h"> + </File> + <File RelativePath="..\src\SpringMotor.h"> </File> |