Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2005, 4:57:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ok… forces now apply to the right objects, but i don't really like the way it works…. we will see….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_entity.h

    r4276 r4397  
    33
    44#include "world_entity.h"
     5#include "physics_interface.h"
    56
    67class MD2Loader;
     
    1011class Material;
    1112
    12 class TestEntity : public WorldEntity 
     13class TestEntity : public WorldEntity, PhysicsInterface
    1314{
    1415  friend class World;
Note: See TracChangeset for help on using the changeset viewer.