Changeset 9157 in orxonox.OLD for branches/presentation/src/world_entities/weapons/aiming_system.cc
- Timestamp:
- Jul 4, 2006, 5:21:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/aiming_system.cc
r9156 r9157 33 33 * standart constructor 34 34 */ 35 AimingSystem::AimingSystem ( PNode* source,const TiXmlElement* root)35 AimingSystem::AimingSystem (const TiXmlElement* root) 36 36 { 37 37 this->init(); … … 75 75 76 76 77 /**78 * @brief sets the size of the AimingSystem.79 * @param size the size in pixels80 */81 void AimingSystem::setSize(float size)82 {83 }84 85 77 86 78
Note: See TracChangeset
for help on using the changeset viewer.