Files

21 lines
442 B
C++
Raw Permalink Normal View History

#ifndef _SLDRECHOPARAMETERS
#define _SLDRECHOPARAMETERS
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrEchoParameters {
SLdrEchoParameters();
~SLdrEchoParameters();
2023-08-11 22:35:54 +03:00
bool isEchoEmitter;
bool onlyEmitDamage;
int numSoundWaves;
float spaceBetweenWaves;
float waveLineSize;
float forcedMinimumVis;
};
void LoadTypedefSLdrEchoParameters(SLdrEchoParameters&, CInputStream&);
#endif // _SLDRECHOPARAMETERS