re3/src/render/Rubbish.h

11 lines
144 B
C
Raw Normal View History

#pragma once
2019-07-17 21:58:06 +00:00
class CVehicle;
class CRubbish
{
public:
static void Render(void);
2019-07-17 21:58:06 +00:00
static void StirUp(CVehicle *veh); // CAutomobile on PS2
};