mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-14 16:56:36 +00:00
7 lines
69 B
C++
7 lines
69 B
C++
#pragma once
|
|
|
|
class CRubbish
|
|
{
|
|
public:
|
|
static void Render(void);
|
|
};
|