mirror of
https://github.com/td512/re3.git
synced 2026-01-19 03:46:45 +00:00
8 lines
74 B
C++
8 lines
74 B
C++
#pragma once
|
|
|
|
class CMovingThings
|
|
{
|
|
public:
|
|
static void Render(void);
|
|
};
|