mirror of
https://github.com/td512/re3.git
synced 2026-05-01 15:25:42 +00:00
8 lines
69 B
C++
8 lines
69 B
C++
#pragma once
|
|
|
|
class CRubbish
|
|
{
|
|
public:
|
|
static void Render(void);
|
|
};
|