Files
Henrique Gemignani Passos Lima 7539fb92cb cammelCase for intermediate structs
2023-08-11 22:35:54 +03:00

21 lines
442 B
C++

#ifndef _SLDRECHOPARAMETERS
#define _SLDRECHOPARAMETERS
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrEchoParameters {
SLdrEchoParameters();
~SLdrEchoParameters();
bool isEchoEmitter;
bool onlyEmitDamage;
int numSoundWaves;
float spaceBetweenWaves;
float waveLineSize;
float forcedMinimumVis;
};
void LoadTypedefSLdrEchoParameters(SLdrEchoParameters&, CInputStream&);
#endif // _SLDRECHOPARAMETERS