Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/heathaze/src/world_entities/particles/heat_particles.h @ 10561

Last change on this file since 10561 was 10130, checked in by snellen, 18 years ago

added HeatHazeManager

File size: 503 bytes
Line 
1/*!
2 * @file heat_particle.h
3 * @brief A particle system to be used to generate particles that disturb the environment
4*/
5
6#ifndef _HEAT_PARTICLES_H
7#define _HEAT_PARTICLES_H
8
9#include "sprite_particles.h"
10
11//! A particle system to be used to generate particles that disturb the environment
12class HeatParticles : public SpriteParticles
13{
14 ObjectListDeclaration(HeatParticles);
15
16 public:
17  HeatParticles(const TiXmlElement* root = NULL);
18  virtual ~HeatParticles();
19
20};
21
22#endif /* _HEAT_PARTICLES_H */
Note: See TracBrowser for help on using the repository browser.