mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-12-01 09:20:22 +00:00
15 lines
246 B
C++
15 lines
246 B
C++
#pragma once
|
|
|
|
#include "export.h"
|
|
#include "baddy.h"
|
|
|
|
class CJonah : public CBaddy {
|
|
public:
|
|
unsigned char padStartJonah[0x28];
|
|
int field_34C;
|
|
int field_350;
|
|
int field_354;
|
|
unsigned char padEnd[0x380-0x354-4];
|
|
};
|
|
|
|
void validate_CJonah(void); |