Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/particles/particle_emitter.cc
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/particles/particle_emitter.cc
r4726 r4746 159 159 } 160 160 161 const char* ParticleEmitter::getTypeC( void) const161 const char* ParticleEmitter::getTypeC() const 162 162 { 163 163 if (this->type == EMITTER_PLANE) … … 310 310 \brief outputs some nice debug information 311 311 */ 312 void ParticleEmitter::debug( void) const312 void ParticleEmitter::debug() const 313 313 { 314 314 PRINT(0)(" Emitter %s\n", this->getName());
Note: See TracChangeset
for help on using the changeset viewer.