summaryrefslogtreecommitdiffstats
path: root/src/render/Rubbish.h
blob: 0bc7c39717243f2f17669465b5b8016cd92b46d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

class CVehicle;

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