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 {
|
class CGrappleArm {
|
||||||
public:
|
public:
|
||||||
CGrappleArm(const CVector3f& scale);
|
CGrappleArm(const CVector3f& scale);
|
||||||
|
~CGrappleArm();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
u8 x0_pad[0x3b4];
|
u8 x0_pad[0x3b4];
|
||||||
|
|
|
@ -8,6 +8,7 @@ class CVector3f;
|
||||||
class CGunMotion {
|
class CGunMotion {
|
||||||
public:
|
public:
|
||||||
CGunMotion(CAssetId ancsId, const CVector3f& scale);
|
CGunMotion(CAssetId ancsId, const CVector3f& scale);
|
||||||
|
~CGunMotion();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
u8 x0_pad[0xbc];
|
u8 x0_pad[0xbc];
|
||||||
|
|
Loading…
Reference in New Issue