Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2010, 12:41:52 AM (14 years ago)
Author:
dafrick
Message:

Small adaptations in SpeedPickup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ppspickups1/src/modules/pickup/items/SpeedPickup.h

    r6705 r6706  
    3838
    3939#include <string>
    40 #include <worldentities/pawns/Pawn.h>
     40#include "worldentities/pawns/Pawn.h"
    4141#include "worldentities/StaticEntity.h"
    4242
     
    7878        protected:
    7979            void initializeIdentifier(void); //!< Initializes the PickupIdentifier of this pickup.
     80           
     81            virtual void pickupTimerCallback(void); //!< Function that gets called when timer ends.
    8082
    8183            void setDuration(float duration);
     
    8587        private:
    8688            void initialize(void); //!< Initializes the member variables.
    87             void PickupTimerCallBack(void); //!< Function that gets called when timer ends.
    8889            Engine* carrierToEngineHelper(void); //!< Helper to transform the PickupCarrier to a Pawn, and throw an error message if the conversion fails.
    8990
Note: See TracChangeset for help on using the changeset viewer.