mirror of https://github.com/PrimeDecomp/prime.git
10 lines
170 B
C++
10 lines
170 B
C++
|
#ifndef __CAXISANGLE_HPP__
|
||
|
#define __CAXISANGLE_HPP__
|
||
|
|
||
|
#include "Kyoto/Math/CVector3f.hpp"
|
||
|
|
||
|
class CAxisAngle : public CVector3f {
|
||
|
public:
|
||
|
};
|
||
|
#endif // __CAXISANGLE_HPP__
|