| 7 | |
| 8 | template <typename T> |
| 9 | void ParticleSystemTypeExt::ExtData::Serialize(T& Stm) |
| 10 | { |
| 11 | Stm |
| 12 | .Process(this->AdjustTargetCoordsOnRotation) |
| 13 | ; |
| 14 | } |
| 15 | |
| 16 | void ParticleSystemTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI) |
| 17 | { |
no test coverage detected