Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 7, 2005, 10:54:07 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some more loadparams

File:
1 edited

Legend:

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

    r4964 r4973  
    1313  public:
    1414    Turret (WeaponManager* weaponManager);
     15    Turret(const TiXmlElement* root);
    1516    virtual ~Turret ();
     17
     18    void init();
     19    void loadParams(const TiXmlElement* root);
    1620
    1721    virtual void activate();
Note: See TracChangeset for help on using the changeset viewer.