mirror of
https://github.com/encounter/bfbb.git
synced 2026-07-09 18:19:36 -07:00
12 lines
115 B
C
12 lines
115 B
C
#ifndef RTQUAT_H
|
|
#define RTQUAT_H
|
|
|
|
#include "rwcore.h"
|
|
|
|
struct RtQuat
|
|
{
|
|
RwV3d imag;
|
|
RwReal real;
|
|
};
|
|
|
|
#endif |