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

26 lines
586 B
C++

#ifndef _SLDREMPULSE
#define _SLDREMPULSE
#include "Kyoto/SObjectTag.hpp"
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
struct SLdrEMPulse {
SLdrEMPulse();
~SLdrEMPulse();
SLdrEditorProperties editorProperties;
float initialSize;
float finalSize;
float duration;
float unknown_0x96bd6426;
float unknown_0xd7aa5ba0;
float backwardForwardSweepChance;
float unknown_0xce54e50e;
CAssetId explosion;
};
void LoadTypedefSLdrEMPulse(SLdrEMPulse&, CInputStream&);
#endif // _SLDREMPULSE