Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2009, 2:25:05 PM (15 years ago)
Author:
rgrieder
Message:

Last part of the cleanup: world entities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.cc

    r3177 r3186  
    2929#include "Pawn.h"
    3030
     31#include "core/CoreIncludes.h"
    3132#include "core/GameMode.h"
    32 #include "core/CoreIncludes.h"
    3333#include "core/XMLPort.h"
    34 #include "util/Math.h"
     34#include "network/NetworkFunction.h"
     35
     36#include "interfaces/PawnListener.h"
    3537#include "PawnManager.h"
    36 #include "interfaces/PawnListener.h"
    3738#include "objects/infos/PlayerInfo.h"
    3839#include "objects/gametypes/Gametype.h"
     
    4041#include "objects/worldentities/ExplosionChunk.h"
    4142#include "objects/worldentities/BigExplosion.h"
    42 
    4343#include "objects/weaponsystem/WeaponSystem.h"
    4444#include "objects/weaponsystem/WeaponSlot.h"
     
    4646#include "objects/weaponsystem/WeaponSet.h"
    4747
    48 #include "network/NetworkFunction.h"
    4948
    5049namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.