- Timestamp:
- Sep 1, 2009, 12:38:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/modules/objects/ForceField.cc
r5728 r5735 31 31 #include "core/CoreIncludes.h" 32 32 #include "core/XMLPort.h" 33 #include " objects/worldentities/MobileEntity.h"33 #include "worldentities/MobileEntity.h" 34 34 35 35 namespace orxonox … … 53 53 { 54 54 SUPER(ForceField, XMLPort, xmlelement, mode); 55 55 56 56 //For correct xml import use: position, direction, velocity, scale 57 57 XMLPortParam(ForceField, "velocity", setVelocity, getVelocity, xmlelement, mode).defaultValues(100);
Note: See TracChangeset
for help on using the changeset viewer.