Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5500 in orxonox.OLD for trunk/src/world_entities/weapons/weapon.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/weapons/weapon.h

    r5441 r5500  
    150150    void tickW(float dt); //!< this is a function that must be called by the weaponManager, or any other weaponHandler, all other functions are handled from within
    151151    virtual void tick(float dt) {};
    152     virtual void draw();
     152    virtual void draw() const;
    153153
    154154    bool check() const;
Note: See TracChangeset for help on using the changeset viewer.