mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 22:57:01 +00:00
More defs for CStateManagerContainer & friends
This commit is contained in:
14
include/Kyoto/Math/CQuaternion.hpp
Normal file
14
include/Kyoto/Math/CQuaternion.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CQUATERNION_HPP
|
||||
#define _CQUATERNION_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CQuaternion {
|
||||
private:
|
||||
f32 w;
|
||||
f32 x;
|
||||
f32 y;
|
||||
f32 z;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user