mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-28 03:54:15 +01:00
11 lines
115 B
C
11 lines
115 B
C
|
#pragma once
|
||
|
|
||
|
#include "Dummy.h"
|
||
|
|
||
|
// actually unused
|
||
|
class CDummyPed : CDummy
|
||
|
{
|
||
|
int32 pedType;
|
||
|
int32 unknown;
|
||
|
};
|