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/BigExplosion.cc

    r3110 r3186  
    2828
    2929#include "BigExplosion.h"
    30 #include "MovableEntity.h"
     30
     31//#include <sstream>
     32#include <OgreParticleSystem.h>
     33
     34#include "util/Exception.h"
     35#include "core/CoreIncludes.h"
     36#include "core/CommandExecutor.h"
     37#include "core/Executor.h"
     38#include "core/GameMode.h"
     39#include "tools/ParticleInterface.h"
     40#include "objects/Scene.h"
     41#include "objects/worldentities/ParticleSpawner.h"
    3142#include "Model.h"
    32 
    33 #include <OgreParticleSystem.h>
    34 #include <OgreSceneNode.h>
    35 #include <sstream>
    36 
    37 #include "core/GameMode.h"
    38 #include "core/CoreIncludes.h"
    39 #include "core/Executor.h"
    40 #include "core/CommandExecutor.h"
    41 #include "objects/Scene.h"
    42 #include "tools/ParticleInterface.h"
    43 #include "objects/worldentities/ParticleSpawner.h"
    44 #include "util/Exception.h"
    4543
    4644namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.