mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-31 13:35:34 +00:00
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__
|