mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-12-03 19:03:01 +00:00
7 lines
100 B
C++
7 lines
100 B
C++
#include "thug.h"
|
|
#include "validate.h"
|
|
|
|
|
|
void validate_CThug(void){
|
|
VALIDATE_SIZE(CThug, 0x3C0);
|
|
} |