mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-24 00:50:01 +00:00
8 lines
74 B
C
8 lines
74 B
C
|
#pragma once
|
||
|
|
||
|
class CMovingThings
|
||
|
{
|
||
|
public:
|
||
|
static void Render(void);
|
||
|
};
|