mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
20 lines
483 B
C++
20 lines
483 B
C++
#ifndef _SLDRUNKNOWNSTRUCT21
|
|
#define _SLDRUNKNOWNSTRUCT21
|
|
|
|
#include "Kyoto/SObjectTag.hpp"
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
#include "MetroidPrime/ScriptLoader/SLdrDamageInfo.hpp"
|
|
|
|
struct SLdrUnknownStruct21 {
|
|
SLdrUnknownStruct21();
|
|
~SLdrUnknownStruct21();
|
|
|
|
CAssetId projectile;
|
|
SLdrDamageInfo projectileDamage;
|
|
CAssetId projectileVisorEffect;
|
|
};
|
|
|
|
void LoadTypedefSLdrUnknownStruct21(SLdrUnknownStruct21&, CInputStream&);
|
|
|
|
#endif // _SLDRUNKNOWNSTRUCT21
|