Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5500 in orxonox.OLD for trunk/src/world_entities/test_entity.h


Ignore:
Timestamp:
Nov 8, 2005, 12:03:18 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: all the WorldEntities now have a const function to draw themselves

File:
1 edited

Legend:

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

    r5498 r5500  
    2424  virtual void destroy ();
    2525  virtual void collidesWith(WorldEntity* entity, const Vector& location);
    26   virtual void draw ();
     26  virtual void draw () const;
    2727
    2828 private:
Note: See TracChangeset for help on using the changeset viewer.