1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 16:57:38 +00:00
re3/src/render/Rubbish.h
2019-07-17 23:58:06 +02:00

11 lines
144 B
C++

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