Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6803 in orxonox.OLD for trunk/src/world_entities/space_ships/hover.h


Ignore:
Timestamp:
Jan 28, 2006, 11:14:40 AM (18 years ago)
Author:
bensch
Message:

trunk: WeaponManager fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/hover.h

    r6800 r6803  
    1414  public:
    1515
    16     Hover();
    1716    Hover(const char* fileName);
    18     Hover(const TiXmlElement* root);
     17    Hover(const TiXmlElement* root = NULL);
    1918    virtual ~Hover();
    2019
    21     void init();
    2220    virtual void loadParams(const TiXmlElement* root);
    2321
     
    3432
    3533    virtual void process(const Event &event);
     34
     35  private:
     36    void init();
    3637
    3738  private:
Note: See TracChangeset for help on using the changeset viewer.