Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 8, 2005, 12:03:18 AM (19 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/player.h

    r5435 r5500  
    4444    virtual void collidesWith(WorldEntity* entity, const Vector& location);
    4545    virtual void tick(float time);
    46     virtual void draw();
     46    virtual void draw() const;
    4747
    4848    virtual void process(const Event &event);
Note: See TracChangeset for help on using the changeset viewer.