mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-01 03:35:55 +00:00
14 lines
205 B
C++
14 lines
205 B
C++
#pragma once
|
|
|
|
#include "Vehicle.h"
|
|
|
|
class CHeli : public CVehicle
|
|
{
|
|
public:
|
|
// 0x288
|
|
uint8 stuff[180];
|
|
|
|
static void SpecialHeliPreRender(void);
|
|
};
|
|
static_assert(sizeof(CHeli) == 0x33C, "CHeli: error");
|