Changeset 10534 in orxonox.OLD for trunk/src/world_entities/mount_point.h
- Timestamp:
- Jan 31, 2007, 3:13:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/mount_point.h
r10314 r10534 29 29 30 30 31 void mount( WorldEntity* entity);31 void mount(PNode* entity); 32 32 void unmount(); 33 33 34 34 35 35 private: 36 WorldEntity*_mount; //!< the entity mounted at this mount point36 PNode* _mount; //!< the entity mounted at this mount point 37 37 std::string _name; //!< the name of the mount point 38 38
Note: See TracChangeset
for help on using the changeset viewer.