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

class CRubbish
{
public:
	static void Render(void);
};