mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-09-18 12:29:35 +00:00
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…
x
Reference in New Issue
Block a user