Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 11:56:16 PM (17 years ago)
Author:
patrick
Message:

more on mount points

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/mount_point.h

    r10184 r10231  
    1313  public:
    1414    MountPoint (const Vector& up, const Vector& forward, const Vector& center, const std::string& name);
    15     MountPoint(const TiXmlElement* root);
    1615    virtual ~MountPoint ();
    1716
    1817    void init();
    19     virtual void loadParams(const TiXmlElement* root);
     18    void initMountPoint(const TiXmlElement* root);
    2019
    2120
Note: See TracChangeset for help on using the changeset viewer.