summaryrefslogtreecommitdiffstats
path: root/src/peds/DummyPed.h
blob: cace4ead49936952f720ac800b3a865a1052df65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "Dummy.h"

// actually unused
class CDummyPed : CDummy
{
	int32 pedType;
	int32 unknown;
};