1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-11 20:38:31 +00:00
re3/src/render/Rubbish.h
2020-02-15 14:53:42 +03:00

13 lines
205 B
C++

#pragma once
class CVehicle;
class CRubbish
{
public:
static void Render(void);
static void StirUp(CVehicle *veh); // CAutomobile on PS2
static void Update(void);
static void SetVisibility(bool);
};