1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-24 06:50:59 +00:00
re3/src/entities/CopPed.h

12 lines
160 B
C
Raw Normal View History

2019-06-02 15:13:56 +00:00
#pragma once
#include "Ped.h"
class CCopPed : public CPed
{
public:
// 0x53C
uint8 stuff[28];
};
static_assert(sizeof(CCopPed) == 0x558, "CCopPed: error");