mirror of
https://github.com/halpz/re3.git
synced 2025-01-05 19:55:28 +00:00
8 lines
69 B
C
8 lines
69 B
C
|
#pragma once
|
||
|
|
||
|
class CRubbish
|
||
|
{
|
||
|
public:
|
||
|
static void Render(void);
|
||
|
};
|