Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2009, 6:03:56 PM (15 years ago)
Author:
decapitb
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/particles/src/orxonox/objects/worldentities/BigExplosion.h

    r3054 r3065  
    3131
    3232#include "OrxonoxPrereqs.h"
     33#include <string>
     34
    3335
    3436#include "MovableEntity.h"
     
    6062            void initZero();
    6163
     64
    6265            bool                  bStop_;
     66            bool                  firstTick_;
     67
     68            std::string           stf_;
     69
     70            unsigned int          cps_;
     71
     72            double                timeFactor_;
    6373
    6474            StaticEntity*         explosion_;
     
    7383            Model*                debris3_;
    7484            Model*                debris4_;
     85
     86
    7587
    7688            ParticleInterface*    debrisSmoke1_;
Note: See TracChangeset for help on using the changeset viewer.