Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2100 in orxonox.OLD for orxonox/branches/chris/src/world_entity.h


Ignore:
Timestamp:
Jul 10, 2004, 1:15:22 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: First part of the "Getittocompile"-Project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/world_entity.h

    r2096 r2100  
    33#define WORLD_ENTITY_H
    44
    5 #include "stdincl.h"
    6 //#include "data_tank.h"
    7 
    8 class Vector;
    9 class Ability;
     5class CollisionCluster;
    106
    117class WorldEntity
     
    2016        Placement* get_placement ();
    2117        void set_collision (CollisionCluster* newhull);
    22                
     18       
     19        bool isFree ();
     20       
    2321  //void addAbility(Ability* ability);
    2422  //void removeAbility(Ability* ability);
Note: See TracChangeset for help on using the changeset viewer.