[Opal-commits] opal/vc7 opal-ode.vcproj,1.16,1.17
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-09 02:10:01
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11688/vc7 Modified Files: opal-ode.vcproj Log Message: added a RaycastSensor, which replaces the old Simulator ray casting functions Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** opal-ode.vcproj 8 Mar 2005 16:10:25 -0000 1.16 --- opal-ode.vcproj 9 Mar 2005 02:09:51 -0000 1.17 *************** *** 143,146 **** --- 143,149 ---- </File> <File + RelativePath="..\src\RaycastSensor.cpp"> + </File> + <File RelativePath="..\src\Sensor.cpp"> </File> *************** *** 234,237 **** --- 237,246 ---- </File> <File + RelativePath="..\src\RaycastSensor.h"> + </File> + <File + RelativePath="..\src\RaycastSensorData.h"> + </File> + <File RelativePath="..\src\Sensor.h"> </File> |