mirror of
https://github.com/td512/re3.git
synced 2026-02-07 04:37:03 +00:00
8 lines
71 B
C++
8 lines
71 B
C++
#pragma once
|
|
|
|
class CSpecialFX
|
|
{
|
|
public:
|
|
static void Render(void);
|
|
};
|