8 lines
74 B
C
8 lines
74 B
C
|
#pragma once
|
||
|
|
||
|
class CMovingThings
|
||
|
{
|
||
|
public:
|
||
|
static void Render(void);
|
||
|
};
|