Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2009, 12:48:19 PM (14 years ago)
Author:
rgrieder
Message:

Added missing includes (revealed only with PCH and compilations).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc

    r6315 r6378  
    2929#include "Rocket.h"
    3030
     31#include <BulletDynamics/Dynamics/btRigidBody.h>
     32
     33#include "core/CoreIncludes.h"
    3134#include "core/XMLPort.h"
    32 #include "BulletDynamics/Dynamics/btRigidBody.h"
     35#include "worldentities/CameraPosition.h"
    3336#include "worldentities/pawns/Pawn.h"
    3437#include "graphics/ParticleSpawner.h"
     
    3740#include "infos/PlayerInfo.h"
    3841#include "controllers/Controller.h"
    39 #include "worldentities/CameraPosition.h"
    40 
    4142#include "sound/WorldSound.h"
    4243
Note: See TracChangeset for help on using the changeset viewer.