mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-27 10:33:44 +00: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;
|
||
|
};
|