Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5511 in orxonox.OLD for trunk/src/world_entities/world_entity.h


Ignore:
Timestamp:
Nov 8, 2005, 11:19:09 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: more cleanup of the WorldEntity (includes rearanged)

File:
1 edited

Legend:

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

    r5510 r5511  
    88
    99#include "p_node.h"
    10 #include "model.h"
     10
     11#include "glincl.h"
    1112
    1213// FORWARD DECLARATION
     
    1415class SoundSource;
    1516class BVTree;
     17class Model;
    1618
    1719//class CharacterAttributes;
     
    3234  void setVisibiliy (bool visibility) { this->bVisible = visibility; };
    3335  /** @returns true if the entity is visible, false otherwise */
    34   bool isVisible() const { return this->bVisible; };
     36  inline bool isVisible() const { return this->bVisible; };
    3537
    3638
Note: See TracChangeset for help on using the changeset viewer.