mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
8 lines
110 B
C++
8 lines
110 B
C++
#include "smoke.h"
|
|
#include "validate.h"
|
|
|
|
void validate_CSmokeJet(void)
|
|
{
|
|
VALIDATE_SIZE(CSmokeJet, 0x164);
|
|
}
|