Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 31, 2011, 4:12:02 PM (13 years ago)
Author:
kmaurus
Message:

Es wird nun erkannt, wenn das Spaceship sich zu weit entfernt. Meldung wird noch nicht angezeigt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spaceboundaries/src/orxonox/worldentities/SpaceBoundaries.h

    r8110 r8164  
    3232/* Folgender Block ist Copy-Paste und somit teilweise wohl unnoetig */
    3333#include "OrxonoxPrereqs.h"
    34 #include <string>
    3534#include "core/SubclassIdentifier.h"
    3635
     
    4039#include "worldentities/StaticEntity.h"
    4140#include "worldentities/WorldEntity.h"
     41
     42#include <ColoredTextAreaOverlayElementFactory.h>
     43
     44#include <string>
    4245
    4346
     
    6972       
    7073            float computeDistance(WorldEntity *item); //!< Auf den Mittelpunkt 'center' bezogen.
     74            void displayWarning(const std::string warnText);
     75            bool isHumanPlayer(Pawn *item);
     76            ColoredTextAreaOverlayElementFactory* pColoredTextAreaOverlayElementFactory;
    7177    };
    7278}
Note: See TracChangeset for help on using the changeset viewer.