summaryrefslogtreecommitdiffstats
path: root/src/entities/CopPed.h
blob: 2658a38677d30c17fd6a7aa2f7355061496b4d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "Ped.h"

class CCopPed : public CPed
{
public:
	// 0x53C
	uint8 stuff[28];
};
static_assert(sizeof(CCopPed) == 0x558, "CCopPed: error");