mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 05:39:00 +00:00
11 lines
160 B
C++
11 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");
|