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