1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-27 07:21:00 +00:00
re3/src/entities/CopPed.h
2019-06-02 17:13:56 +02:00

12 lines
160 B
C++

#pragma once
#include "Ped.h"
class CCopPed : public CPed
{
public:
// 0x53C
uint8 stuff[28];
};
static_assert(sizeof(CCopPed) == 0x558, "CCopPed: error");