Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5828 in orxonox.OLD for trunk/src/world_entities/weapons/bomb.h


Ignore:
Timestamp:
Nov 30, 2005, 12:14:15 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: bomb detonates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/bomb.h

    r5826 r5828  
    88
    99#include "projectile.h"
     10
    1011class FastFactory;
    1112class ParticleSystem;
    1213class ParticleEmitter;
     14class Material;
    1315
    1416//! A Class to ...
     
    4143
    4244  ParticleEmitter*                  emitter;
    43 
     45  Model*                            detonationSphere;
     46  Material*                         detonationMaterial;
    4447};
    4548
Note: See TracChangeset for help on using the changeset viewer.