mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-12-01 09:20:22 +00:00
24 lines
292 B
C++
24 lines
292 B
C++
#pragma once
|
|
|
|
#include "export.h"
|
|
#include "baddy.h"
|
|
|
|
|
|
class CSpClone : public CBaddy {
|
|
public:
|
|
|
|
int padTop;
|
|
|
|
int field_328;
|
|
int field_32C;
|
|
int field_330;
|
|
int field_334;
|
|
CQuadBit *field_338;
|
|
|
|
unsigned char padAfter338[0x34C-0x338-4];
|
|
|
|
int field_34C;
|
|
};
|
|
|
|
void validate_CSpClone(void);
|