| 
                Last change
                  on this file since 1226 was
                  768,
                  checked in by nicolasc, 18 years ago
           | 
        
        
          | 
               
merged FICN_test back to FICN 
 
           | 
        
        | 
            File size:
            580 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [646] | 1 | #ifndef _Explosion_H__ | 
|---|
 | 2 | #define _Explosion_H__ | 
|---|
 | 3 |  | 
|---|
| [708] | 4 | #include "../OrxonoxPrereqs.h" | 
|---|
 | 5 |  | 
|---|
| [646] | 6 | #include "WorldEntity.h" | 
|---|
| [768] | 7 | #include "../tools/Timer.h" | 
|---|
| [646] | 8 |  | 
|---|
 | 9 | namespace orxonox | 
|---|
 | 10 | { | 
|---|
| [729] | 11 |     class _OrxonoxExport Explosion : public WorldEntity | 
|---|
| [646] | 12 |     { | 
|---|
 | 13 |         public: | 
|---|
 | 14 |             Explosion(WorldEntity* owner = 0); | 
|---|
 | 15 |             virtual ~Explosion(); | 
|---|
 | 16 |             void destroyObject(); | 
|---|
 | 17 |  | 
|---|
 | 18 |         private: | 
|---|
 | 19 |             Timer<Explosion> destroyTimer_; | 
|---|
 | 20 |             float lifetime_; | 
|---|
| [708] | 21 |             ParticleInterface* particle_; | 
|---|
| [646] | 22 |     }; | 
|---|
| [729] | 23 |     ExportClass(Explosion, Orxonox); | 
|---|
| [646] | 24 | } | 
|---|
 | 25 |  | 
|---|
| [673] | 26 | #endif /* _Explosion_H__ */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.