Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5257 in orxonox.OLD for trunk/src/world_entities/npc.h


Ignore:
Timestamp:
Sep 25, 2005, 7:04:28 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: bouncy effect with physically based animations… or something like it at least.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npc.h

    r5059 r5257  
    44
    55#include "world_entity.h"
     6#include "physics_interface.h"
    67
    78class AI;
    89
    9 class NPC : public WorldEntity {
     10class NPC : public WorldEntity, public PhysicsInterface {
    1011
    1112 public:
Note: See TracChangeset for help on using the changeset viewer.