re3/src/entities/PlayerPed.h

12 lines
170 B
C
Raw Normal View History

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