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

class CVehicle;

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