Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5427 in orxonox.OLD for trunk/src/world_entities


Ignore:
Timestamp:
Oct 24, 2005, 6:06:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some minor include stuff

Location:
trunk/src/world_entities
Files:
4 edited

Legend:

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

    r5357 r5427  
    2323#include "state.h"
    2424#include "list.h"
     25#include "stdlibincl.h"
    2526
    2627using namespace std;
     
    3334  this->loadModelWithScale("models/ships/bolido.obj", 2);
    3435
    35   this->randomRotAxis = VECTOR_RAND(1);
     36  this->randomRotAxis =  VECTOR_RAND(1);
    3637}
    3738
  • trunk/src/world_entities/npc2.cc

    r5363 r5427  
    2424#include "state.h"
    2525#include "list.h"
     26#include "stdlibincl.h"
    2627
    2728using namespace std;
  • trunk/src/world_entities/test_entity.cc

    r5419 r5427  
    7878
    7979
    80 void TestEntity::collide (WorldEntity* other,  Uint32 ownhitflags, Uint32 otherhitflags) {}
    8180
    8281
  • trunk/src/world_entities/test_entity.h

    r5087 r5427  
    2424  virtual void hit (WorldEntity* weapon, Vector* loc);
    2525  virtual void destroy ();
    26   virtual void collide (WorldEntity* other,  Uint32 ownhitflags, Uint32 otherhitflags);
    2726  virtual void collidesWith(WorldEntity* entity, const Vector& location);
    2827  virtual void draw ();
Note: See TracChangeset for help on using the changeset viewer.