Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6004 in orxonox.OLD for trunk/src/world_entities/npcs/npc_test1.h


Ignore:
Timestamp:
Dec 9, 2005, 11:12:04 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new algorithm to rotate entities for drawing works (shifcoor ONLY takes normalized Vectors…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npcs/npc_test1.h

    r5750 r6004  
    33#define _NPC_Test1_H
    44
    5 #include "world_entity.h"
    6 #include "physics_interface.h"
     5#include "npc.h"
    76
    87class AI;
    98
    10 class NPCTest1 : public WorldEntity, public PhysicsInterface {
     9class NPCTest1 : public NPC {
    1110
    1211 public:
Note: See TracChangeset for help on using the changeset viewer.