2023-08-09 23:45:58 +03:00
|
|
|
#ifndef _SLDRDYNAMICLIGHTPARENT
|
|
|
|
|
#define _SLDRDYNAMICLIGHTPARENT
|
|
|
|
|
|
|
|
|
|
#include "Kyoto/Math/CVector3f.hpp"
|
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
|
#include "rstl/string.hpp"
|
|
|
|
|
|
|
|
|
|
struct SLdrDynamicLightParent {
|
|
|
|
|
SLdrDynamicLightParent();
|
|
|
|
|
~SLdrDynamicLightParent();
|
|
|
|
|
|
|
|
|
|
CVector3f unknown_0xddd74295;
|
|
|
|
|
CVector3f unknown_0x88f018b3;
|
2023-08-11 22:35:54 +03:00
|
|
|
rstl::string locatorName;
|
|
|
|
|
bool useParentRotation;
|
2023-08-09 23:45:58 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
void LoadTypedefSLdrDynamicLightParent(SLdrDynamicLightParent&, CInputStream&);
|
|
|
|
|
|
|
|
|
|
#endif // _SLDRDYNAMICLIGHTPARENT
|