Files
echoes/include/MetroidPrime/ScriptLoader/SLdrEchoParameters.hpp

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