Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2008, 7:48:26 PM (15 years ago)
Author:
dsommer
Message:

Added ShipEquipment to Pawn and various funtions for it -not compiling, because private…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickups2/src/orxonox/objects/pickup/Turbo.h

    r2227 r2289  
    55#include "Item.h"
    66#include "OrxonoxPrereqs.h"
     7#include "util/Math.h"
    78
    89namespace orxonox
     
    3334                { return this->duration_; }
    3435
     36        inline void setRotAcc(Degree rotacc)
     37                { this->rotacc_ = rotacc; }
     38        inline Degree getRotAcc() const
     39                { return this->rotacc_; }
     40
    3541       
    3642        inline void setAccBoost(float accboost)
     
    4450        float duration_;
    4551        float accboost_;
     52        Degree rotacc_;
    4653        };
    4754}
Note: See TracChangeset for help on using the changeset viewer.