mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-04 21:25:55 +00:00
12 lines
177 B
C
12 lines
177 B
C
|
#pragma once
|
||
|
|
||
|
#include "Dummy.h"
|
||
|
|
||
|
// actually unused
|
||
|
class CDummyPed : CDummy
|
||
|
{
|
||
|
int32 pedType;
|
||
|
int32 unknown;
|
||
|
};
|
||
|
static_assert(sizeof(CDummyPed) == 0x70, "CDummyPed: error");
|