Changeset 10216 in orxonox.OLD for branches/mount_points/src/world_entities/mount_point.cc
- Timestamp:
- Jan 10, 2007, 3:18:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/world_entities/mount_point.cc
r10203 r10216 35 35 MountPoint::MountPoint (const Vector& up, const Vector& forward, const Vector& center, const std::string& name) 36 36 { 37 PRINTF(0)("Created mount point %s\n", name.c_str()); 37 38 38 39 this->_name = name;
Note: See TracChangeset
for help on using the changeset viewer.