mirror of https://github.com/PrimeDecomp/prime.git
parent
f9c75b90ee
commit
4295307cbb
|
@ -8,6 +8,7 @@ class CVector3f;
|
|||
class CGrappleArm {
|
||||
public:
|
||||
CGrappleArm(const CVector3f& scale);
|
||||
~CGrappleArm();
|
||||
|
||||
private:
|
||||
u8 x0_pad[0x3b4];
|
||||
|
|
|
@ -8,6 +8,7 @@ class CVector3f;
|
|||
class CGunMotion {
|
||||
public:
|
||||
CGunMotion(CAssetId ancsId, const CVector3f& scale);
|
||||
~CGunMotion();
|
||||
|
||||
private:
|
||||
u8 x0_pad[0xbc];
|
||||
|
|
Loading…
Reference in New Issue