mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
18 lines
476 B
C++
18 lines
476 B
C++
#ifndef _SLDRTWEAKPLAYERGUN_ARM_POSITION
|
|
#define _SLDRTWEAKPLAYERGUN_ARM_POSITION
|
|
|
|
#include "Kyoto/Math/CVector3f.hpp"
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
struct SLdrTweakPlayerGun_Arm_Position {
|
|
SLdrTweakPlayerGun_Arm_Position();
|
|
~SLdrTweakPlayerGun_Arm_Position();
|
|
|
|
CVector3f normal;
|
|
CVector3f grappling;
|
|
};
|
|
|
|
void LoadTypedefSLdrTweakPlayerGun_Arm_Position(SLdrTweakPlayerGun_Arm_Position&, CInputStream&);
|
|
|
|
#endif // _SLDRTWEAKPLAYERGUN_ARM_POSITION
|