Changeset 10540 in orxonox.OLD for trunk/src/world_entities/mount_point.h
- Timestamp:
- Jan 31, 2007, 5:04:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/mount_point.h
r10534 r10540 31 31 void mount(PNode* entity); 32 32 void unmount(); 33 33 PNode* getMount() { return this->_mount; } 34 34 35 35 private:
Note: See TracChangeset
for help on using the changeset viewer.