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