mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-27 07:10:24 +00:00
Added CSniperSplat
This commit is contained in:
parent
c8820df181
commit
0b10b6cc0f
@ -49,4 +49,8 @@ void validate_CChopper(void){
|
||||
|
||||
void validate_CBulletFrag(void){
|
||||
VALIDATE_SIZE(CBulletFrag, 0x68);
|
||||
}
|
||||
}
|
||||
|
||||
void validate_CSniperSplat(void){
|
||||
VALIDATE_SIZE(CSniperSplat, 0x88);
|
||||
}
|
||||
|
@ -57,5 +57,11 @@ public:
|
||||
|
||||
};
|
||||
|
||||
class CSniperSplat : public CQuadBit {
|
||||
public:
|
||||
int field_84;
|
||||
};
|
||||
|
||||
void validate_CChopper(void);
|
||||
void validate_CBulletFrag(void);
|
||||
void validate_CBulletFrag(void);
|
||||
void validate_CSniperSplat(void);
|
||||
|
Loading…
Reference in New Issue
Block a user