1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-12 21:38:30 +00:00
re3/src/render/SpecialFX.h

8 lines
71 B
C++

#pragma once
class CSpecialFX
{
public:
static void Render(void);
};