mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-04 15:04:20 +01:00
8 lines
71 B
C
8 lines
71 B
C
|
#pragma once
|
||
|
|
||
|
class CSpecialFX
|
||
|
{
|
||
|
public:
|
||
|
static void Render(void);
|
||
|
};
|