Files
Henrique Gemignani Passos Lima 470cb479e8 Add Splines to SLdr
2025-01-14 03:40:29 +02:00

19 lines
413 B
C++

#ifndef _SLDRROTATIONSPLINES
#define _SLDRROTATIONSPLINES
#include "Kyoto/Math/CMayaSpline.hpp"
#include "Kyoto/Streams/CInputStream.hpp"
struct SLdrRotationSplines {
SLdrRotationSplines();
~SLdrRotationSplines();
SLdrSpline xRotation;
SLdrSpline yRotation;
SLdrSpline zRotation;
};
void LoadTypedefSLdrRotationSplines(SLdrRotationSplines&, CInputStream&);
#endif // _SLDRROTATIONSPLINES