Changeset 5439 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Oct 26, 2005, 11:31:18 PM (19 years ago)
- Location:
- trunk/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/base_object.cc
r5113 r5439 15 15 co-programmer: ... 16 16 */ 17 17 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_BASE 18 18 19 19 #include "base_object.h" … … 29 29 * sets the name from a LoadXML-Element 30 30 * @param root the element to load from 31 */31 */ 32 32 BaseObject::BaseObject(const TiXmlElement* root) 33 33 { … … 57 57 * loads parameters 58 58 * @param root the element to load from 59 */59 */ 60 60 void BaseObject::loadParams(const TiXmlElement* root) 61 61 { -
trunk/src/lib/particles/particle_engine.cc
r5357 r5439 120 120 121 121 /** 122 \brief Connects a ParticleSystem to a ParticleSystem thus emitting Particles.122 * @brief Connects a ParticleSystem to a ParticleSystem thus emitting Particles. 123 123 * @param emitter the Emitter to connect to the System 124 124 * @param system the System to connect to the Emitter
Note: See TracChangeset
for help on using the changeset viewer.