Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 11, 2005, 6:09:21 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: load-params in particle-system (not finished yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/particles/particle_system.h

    r4597 r4602  
    1414
    1515#include "quick_animation.h"
     16
     17// Forward Declaration
     18class TiXmlElement;
    1619
    1720#define PARTICLE_DOT_MASK              0x000001     //!< A Mask if the Particles should be displayed as DOTs
     
    6669  ParticleSystem(unsigned int maxCount = PARTICLE_DEFAULT_MAX_COUNT,
    6770                 PARTICLE_TYPE type = PARTICLE_DEFAULT_TYPE);
     71  ParticleSystem(const TiXmlElement* root);
    6872  virtual ~ParticleSystem();
     73
     74  void init(void);
     75  void loadParams(const TiXmlElement* root);
    6976
    7077  void setType(PARTICLE_TYPE particleType, int count = 0);
Note: See TracChangeset for help on using the changeset viewer.