Changeset 5511 in orxonox.OLD for trunk/src/world_entities/world_entity.h
- Timestamp:
- Nov 8, 2005, 11:19:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.h
r5510 r5511 8 8 9 9 #include "p_node.h" 10 #include "model.h" 10 11 #include "glincl.h" 11 12 12 13 // FORWARD DECLARATION … … 14 15 class SoundSource; 15 16 class BVTree; 17 class Model; 16 18 17 19 //class CharacterAttributes; … … 32 34 void setVisibiliy (bool visibility) { this->bVisible = visibility; }; 33 35 /** @returns true if the entity is visible, false otherwise */ 34 bool isVisible() const { return this->bVisible; };36 inline bool isVisible() const { return this->bVisible; }; 35 37 36 38
Note: See TracChangeset
for help on using the changeset viewer.