1#include <math/seadQuat.h>
2
3namespace sead
4{
5template <>
6const Quatf Quat<float>::unit(1.0f, 0.0f, 0.0f, 0.0f);
7} // namespace sead
8