Files
2020-10-22 17:49:34 -05:00

12 lines
115 B
C

#ifndef RTQUAT_H
#define RTQUAT_H
#include "rwcore.h"
struct RtQuat
{
RwV3d imag;
RwReal real;
};
#endif