Rev 188 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __CGLA_QUATERNION_H__
#define __CGLA_QUATERNION_H__
#include "Quatf.h"
namespace CGLA {
typedef Quatf Quaternion;
}
#endif