mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 11:07:41 +00:00
More defs for CStateManagerContainer & friends
Former-commit-id: 04a7213fa7
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