Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10534 in orxonox.OLD for trunk/src/world_entities/mount_point.h


Ignore:
Timestamp:
Jan 31, 2007, 3:13:28 AM (19 years ago)
Author:
patrick
Message:

mounting weapon slots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/mount_point.h

    r10314 r10534  
    2929
    3030
    31     void mount(WorldEntity* entity);
     31    void mount(PNode* entity);
    3232    void unmount();
    3333
    3434
    3535  private:
    36     WorldEntity*         _mount;       //!< the entity mounted at this mount point
     36    PNode*               _mount;       //!< the entity mounted at this mount point
    3737    std::string          _name;        //!< the name of the mount point
    3838
Note: See TracChangeset for help on using the changeset viewer.