Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 5:21:08 PM (18 years ago)
Author:
patrick
Message:

aiming system compiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/weapons/aiming_system.cc

    r9156 r9157  
    3333 * standart constructor
    3434 */
    35 AimingSystem::AimingSystem (PNode* source, const TiXmlElement* root)
     35AimingSystem::AimingSystem (const TiXmlElement* root)
    3636{
    3737  this->init();
     
    7575
    7676
    77 /**
    78  * @brief sets the size of the AimingSystem.
    79  * @param size the size in pixels
    80  */
    81 void AimingSystem::setSize(float size)
    82 {
    83 }
    84 
    8577
    8678
Note: See TracChangeset for help on using the changeset viewer.