SuperMarioOdysseyOnline/include/game/Player/HackCap/HackCapJointControlKeeper.h

18 lines
481 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
#pragma once
#include "al/LiveActor/LiveActor.h"
#include "sead/math/seadQuat.h"
class HackCapJointControlKeeper {
public:
HackCapJointControlKeeper(void);
void initCapJointControl(al::LiveActor *);
void initDisplayCapJointControl(al::LiveActor *);
void updateRotateThrowZ(float,float);
void updateRotateStayZ(float);
void updateRotateY(float);
sead::Vector3f mJointRot = sead::Vector3f();
float mSkew = 0;
};