mirror of https://github.com/PrimeDecomp/prime.git
More destructor declarations
This commit is contained in:
parent
c332d1ef47
commit
2ea891339a
|
@ -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