Subversion Repositories gelsvn

Rev

Rev 306 | 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