Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 19, 2005, 3:21:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more elaborate execute function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/weapon.h

    r4890 r4891  
    115115    virtual void draw();
    116116
     117    bool check() const;
    117118    void debug() const;
    118119
     
    132133    static WeaponState   charToState(const char* state);
    133134    static const char*   stateToChar(WeaponState state);
     135
     136
    134137  private:
    135138    bool nextActionValid() const;
Note: See TracChangeset for help on using the changeset viewer.