[Opal-commits] opal/vc7 opal-ode.vcproj,1.11,1.12
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-02-23 03:58:38
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10148/vc7 Modified Files: opal-ode.vcproj Log Message: added MotorData and JointData classes Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** opal-ode.vcproj 22 Feb 2005 04:28:12 -0000 1.11 --- opal-ode.vcproj 23 Feb 2005 03:58:24 -0000 1.12 *************** *** 159,162 **** --- 159,165 ---- </File> <File + RelativePath="..\src\AttractorMotorData.h"> + </File> + <File RelativePath="..\src\Blueprint.h"> </File> *************** *** 180,186 **** --- 183,195 ---- </File> <File + RelativePath="..\src\GearedMotorData.h"> + </File> + <File RelativePath="..\src\Joint.h"> </File> <File + RelativePath="..\src\JointData.h"> + </File> + <File RelativePath="..\src\MeshShapeData.h"> </File> *************** *** 189,192 **** --- 198,204 ---- </File> <File + RelativePath="..\src\MotorData.h"> + </File> + <File RelativePath="..\src\opal.h"> </File> *************** *** 204,210 **** --- 216,228 ---- </File> <File + RelativePath="..\src\SensorData.h"> + </File> + <File RelativePath="..\src\ServoMotor.h"> </File> <File + RelativePath="..\src\ServoMotorData.h"> + </File> + <File RelativePath="..\src\ShapeData.h"> </File> *************** *** 231,236 **** --- 249,260 ---- </File> <File + RelativePath="..\src\SpringMotorData.h"> + </File> + <File RelativePath="..\src\ThrusterMotor.h"> </File> + <File + RelativePath="..\src\ThrusterMotorData.h"> + </File> </Filter> <Filter |