re3/src/render/Rubbish.h

8 lines
69 B
C
Raw Normal View History

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