Changeset 3962 in orxonox.OLD for orxonox/branches/physics/src
- Timestamp:
- Apr 25, 2005, 6:16:45 PM (20 years ago)
- Location:
- orxonox/branches/physics/src/util/physics
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/util/physics/physical_interaction_asym.cc
r3961 r3962 12 12 13 13 ### File Specific: 14 main-programmer: ...14 main-programmer: Patrick Boenzli 15 15 co-programmer: ... 16 16 */ -
orxonox/branches/physics/src/util/physics/physical_interaction_asym.h
r3961 r3962 8 8 #define _PHYSICAL_INTERACTION_ASYM_H 9 9 10 #include " base_object.h"10 #include "physical_interaction.h" 11 11 12 12 … … 15 15 forces, that only work in one firection 16 16 */ 17 class PhysicalInteractionAsym : public BaseObject{17 class PhysicalInteractionAsym : public PhysicalInteraction { 18 18 19 19 public: -
orxonox/branches/physics/src/util/physics/physical_interaction_sym.h
r3961 r3962 7 7 #define _PHYSICAL_INTERACTION_SYM_H 8 8 9 #include " base_object.h"9 #include "physical_interaction.h" 10 10 11 11 … … 14 14 eg. this can be a spring 15 15 */ 16 class PhysicalInteractionSym : public BaseObject{16 class PhysicalInteractionSym : public PhysicalInteraction { 17 17 18 18 public:
Note: See TracChangeset
for help on using the changeset viewer.