mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
10 lines
111 B
C++
10 lines
111 B
C++
#include "message.h"
|
|
#include "validate.h"
|
|
|
|
|
|
|
|
void validate_CMessage(void)
|
|
{
|
|
VALIDATE_SIZE(CMessage, 0x44);
|
|
}
|