Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2012, 5:46:57 PM (12 years ago)
Author:
ninow
Message:

fixed some errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/captureTheFlag/src/modules/pickup/items/FlagPickup.h

    r9218 r9220  
    4141
    4242#include "pickup/Pickup.h"
     43#include "tools/Timer.h"
     44
    4345
    4446namespace orxonox {
    45 
     47/*
    4648    @ingroup PickupItems
    4749    */
     
    7678            const std::string& getFlagType(void) const; //!< Get the flag type of this pickup.
    7779
     80        int teamScore_;
    7881
    7982            virtual void changedUsed(void); //!< Is called when the pickup has transited from used to unused or the other way around.
     
    97100            pickupFlagType::Value flagType_; //!< The type of the FlagPickup.
    98101
    99             int teamScore_;
    100102
    101103            //! Strings for the flag types.
Note: See TracChangeset for help on using the changeset viewer.