mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-04 21:45:54 +00:00
8 lines
71 B
C
8 lines
71 B
C
|
#pragma once
|
||
|
|
||
|
class CSpecialFX
|
||
|
{
|
||
|
public:
|
||
|
static void Render(void);
|
||
|
};
|