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