Changeset 4680 in orxonox.OLD for orxonox/trunk/src/lib/particles
- Timestamp:
- Jun 24, 2005, 12:12:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/particles/particle_system.h
r4677 r4680 101 101 inline float getMass(void) const { return this->initialMass; }; 102 102 103 unsigned int getFaceCount(void) const;103 virtual unsigned int getFaceCount(void) const; 104 104 105 105
Note: See TracChangeset
for help on using the changeset viewer.