re3/src/render/Rubbish.h

8 lines
69 B
C++

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