Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 12:37:09 PM (14 years ago)
Author:
dafrick
Message:

Documenting and cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pickup/items/HealthPickup.cc

    r7541 r7547  
    3434#include "HealthPickup.h"
    3535
     36#include <sstream>
    3637#include "core/CoreIncludes.h"
    3738#include "core/XMLPort.h"
    38 #include "util/StringUtils.h"
    39 
     39
     40#include "pickup/PickupIdentifier.h"
    4041#include "worldentities/pawns/Pawn.h"
    41 #include "pickup/PickupIdentifier.h"
    42 
    43 #include <sstream>
    4442
    4543namespace orxonox
     
    307305        Returns the health type as a string.
    308306    */
    309     const std::string& HealthPickup::getHealthType(void)
     307    const std::string& HealthPickup::getHealthType(void) const
    310308    {
    311309        switch(this->getHealthTypeDirect())
Note: See TracChangeset for help on using the changeset viewer.