summaryrefslogtreecommitdiffstats
path: root/src/render/Rubbish.h
blob: 7ed0978b78255b41fd475aa5b823e7cf198d966e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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);
};