mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-24 05:49:48 +00:00
10 lines
109 B
C++
10 lines
109 B
C++
#include "exp.h"
|
|
#include "validate.h"
|
|
|
|
|
|
|
|
void validate_CItemFrag(void)
|
|
{
|
|
VALIDATE_SIZE(CItemFrag, 0xB8);
|
|
}
|