mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2025-03-02 17:56:02 +00:00
12 lines
162 B
C++
12 lines
162 B
C++
#pragma once
|
|
|
|
#include "export.h"
|
|
#include "baddy.h"
|
|
|
|
|
|
class CThug : public CBaddy {
|
|
public:
|
|
unsigned char fullPad[0x3C0 - 0x324];
|
|
};
|
|
|
|
void validate_CThug(void); |