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

25 lines
564 B
C++

#ifndef _SLDRSANDBOSSSTRUCTA
#define _SLDRSANDBOSSSTRUCTA
#include "Kyoto/SObjectTag.hpp"
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrSandBossStructA {
SLdrSandBossStructA();
~SLdrSandBossStructA();
CAssetId headArmor;
CAssetId armorPiece2;
CAssetId armorPiece3;
CAssetId armorPiece4;
CAssetId armorPiece5;
CAssetId armorPiece6;
CAssetId armorPiece7;
CAssetId tailArmor;
CAssetId soundArmorImpact;
};
void LoadTypedefSLdrSandBossStructA(SLdrSandBossStructA&, CInputStream&);
#endif // _SLDRSANDBOSSSTRUCTA