Subversion Repositories gelsvn

Rev

Rev 188 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 bj 1
#ifndef __CGLA_QUATERNION_H__
2
#define __CGLA_QUATERNION_H__
3
 
306 jrf 4
#include "Quatf.h"
2 bj 5
 
6
namespace CGLA {
7
 
306 jrf 8
	typedef Quatf Quaternion;
2 bj 9
}
10
#endif