mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-12-03 19:03:01 +00:00
8 lines
113 B
C++
8 lines
113 B
C++
#include "platform.h"
|
|
#include "validate.h"
|
|
|
|
void validate_CPlatform(void){
|
|
VALIDATE_SIZE(CPlatform, 0x35C);
|
|
}
|
|
|