mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 13:39:01 +00:00
7 lines
71 B
C++
7 lines
71 B
C++
#pragma once
|
|
|
|
class CSpecialFX
|
|
{
|
|
public:
|
|
static void Render(void);
|
|
};
|