- Timestamp:
- Dec 16, 2013, 1:33:09 PM (11 years ago)
- Location:
- code/branches/presentationHS13
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS13
- Property svn:mergeinfo changed
/code/branches/invaders (added) merged: 9694,9698,9701-9702,9709,9724-9725,9744,9777,9793,9828-9829,9837,9854,9858-9859,9862,9866,9868-9869,9871,9874-9875,9879,9884
- Property svn:mergeinfo changed
-
code/branches/presentationHS13/src/orxonox/worldentities/BigExplosion.h
r9667 r9900 22 22 * Author: 23 23 * Benjamin de Capitani 24 * Co-authors: 24 * Co-authors:§ 25 25 * ... 26 26 * … … 33 33 34 34 #include "tools/Timer.h" 35 #include " StaticEntity.h"35 #include "MobileEntity.h" 36 36 37 37 namespace orxonox 38 38 { 39 class _OrxonoxExport BigExplosion : public StaticEntity39 class _OrxonoxExport BigExplosion : public MobileEntity 40 40 { 41 41 public: 42 42 BigExplosion(Context* context); 43 BigExplosion(Context* context, Vector3 initVelocity); 43 44 virtual ~BigExplosion(); 44 45 … … 60 61 bool bStop_; 61 62 62 StaticEntity* explosion_;63 MobileEntity* explosion_; 63 64 64 65 MovableEntity* debrisEntity1_;
Note: See TracChangeset
for help on using the changeset viewer.