[Opal-commits] opal/samples/car car.vcproj,1.11,1.12
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-08 16:11:00
|
Update of /cvsroot/opal/opal/samples/car In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11795/samples/car Modified Files: car.vcproj Log Message: added contact groups; added separate event handlers for collisions and joint break events; commented out mass ratio stuff Index: car.vcproj =================================================================== RCS file: /cvsroot/opal/opal/samples/car/car.vcproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** car.vcproj 9 Feb 2005 07:12:45 -0000 1.11 --- car.vcproj 8 Mar 2005 16:10:20 -0000 1.12 *************** *** 126,129 **** --- 126,132 ---- </File> <File + RelativePath="..\src\CapsuleObject.cpp"> + </File> + <File RelativePath="..\src\CarObject.cpp"> </File> *************** *** 149,152 **** --- 152,158 ---- </File> <File + RelativePath="..\src\CapsuleObject.h"> + </File> + <File RelativePath="..\src\CarObject.h"> </File> |